We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71bc06 commit e411ea4Copy full SHA for e411ea4
.github/dependabot.yml
@@ -1,15 +1,18 @@
1
version: 2
2
updates:
3
- - package-ecosystem: "npm" # See documentation for possible values
4
- directory: "/" # Location of package manifests
+ - package-ecosystem: "npm"
+ directory: "/"
5
schedule:
6
- interval: "weekly"
+ interval: "daily"
7
+ open-pull-requests-limit: 10
8
ignore:
- # For all packages, ignore all patch updates
9
- dependency-name: "*"
10
update-types: ["version-update:semver-major"]
11
-
+ commit-message:
12
+ prefix: "chore"
13
- package-ecosystem: "github-actions"
14
directory: "/"
15
16
17
- interval: "daily"
18
+ interval: "monthly"
0 commit comments