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 698e426 commit 6632c46Copy full SHA for 6632c46
.github/dependabot.yml
@@ -9,3 +9,7 @@ updates:
9
directory: "/" # Location of package manifests
10
schedule:
11
interval: "weekly"
12
+ ignore:
13
+ # For all packages, ignore all patch updates
14
+ - dependency-name: "*"
15
+ update-types: ["version-update:semver-major"]
0 commit comments