We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9eafa4b + 336e159 commit 59e1bbeCopy full SHA for 59e1bbe
1 file changed
.github/dependabot.yml
@@ -8,6 +8,9 @@ updates:
8
directory: "/" # Location of package manifests
9
schedule:
10
interval: "weekly"
11
+ ignore:
12
+ - dependency-name: "*"
13
+ update-types: ["version-update:semver-major"]
14
15
- package-ecosystem: "github-actions" # Also update Github actions
16
directory: "/"
0 commit comments