mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-25 18:45:35 +00:00
chore: attempt to enable dependabot for monorepo
Ref: https://github.com/dependabot/dependabot-core/issues/4993#issuecomment-1289133027
This commit is contained in:
parent
49f06989e3
commit
f153aed3c7
12
.github/workflows/dependabot.yml
vendored
Normal file
12
.github/workflows/dependabot.yml
vendored
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user