chore: attempt to enable dependabot for monorepo

Ref: https://github.com/dependabot/dependabot-core/issues/4993#issuecomment-1289133027
This commit is contained in:
fryorcraken.eth 2022-12-21 00:52:14 +11:00
parent 49f06989e3
commit f153aed3c7
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

12
.github/workflows/dependabot.yml vendored Normal file
View File

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
open-pull-requests-limit: 1
schedule:
interval: "daily"
reviewers: ["fryorcraken"]
versioning-strategy: increase
commit-message:
prefix: "chore(deps)"
include: "scope"