We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00fdbdd commit 7749e66Copy full SHA for 7749e66
.github/dependabot.yml
@@ -1,16 +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"
7
- open-pull-requests-limit: 5
+ interval: "daily"
+ open-pull-requests-limit: 10
8
ignore:
9
- # For all packages, ignore all patch updates
10
- dependency-name: "*"
11
update-types: ["version-update:semver-major"]
12
-
+ commit-message:
+ prefix: "chore"
13
- package-ecosystem: "github-actions"
14
directory: "/"
15
16
17
- interval: "daily"
18
+ interval: "monthly"
0 commit comments