We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1718e43 commit 59beeeaCopy full SHA for 59beeea
.github/dependabot.yml
@@ -3,5 +3,8 @@ updates:
3
- package-ecosystem: npm
4
directory: "/"
5
schedule:
6
- interval: daily
7
- open-pull-requests-limit: 5
+ interval: weekly
+ open-pull-requests-limit: 3
8
+ ignore:
9
+ - dependency-name: "*"
10
+ update-types: ["version-update:semver-minor"]
0 commit comments