We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7665e49 + 88bf023 commit 923adc5Copy full SHA for 923adc5
1 file changed
.github/dependabot.yml
@@ -9,4 +9,8 @@ updates:
9
directory: "/" # Location of package manifests
10
schedule:
11
interval: "weekly"
12
-
+ ignore:
13
+ - dependency-name: "*"
14
+ update-types:
15
+ - "version-update:semver-major"
16
+ - "version-update:semver-patch"
0 commit comments