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 7bb7d3c commit 130e8bdCopy full SHA for 130e8bd
.github/dependabot.yml
@@ -9,7 +9,6 @@ updates:
9
directory: "/" # Location of package manifests
10
schedule:
11
interval: "daily" # scan every day
12
- # Allow only patch and minor updates, implicitly ignoring major updates
13
- allow:
+ ignore:
14
- dependency-name: "*"
15
- update-types: [ "patch", "minor" ]
+ update-types: ["version-update:semver-major"]
0 commit comments