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.
2 parents f96a3c8 + 9f3e875 commit cdb8c95Copy full SHA for cdb8c95
.github/dependabot.yaml
@@ -4,3 +4,7 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "daily"
7
+ ignore:
8
+ - dependency-name: "*"
9
+ update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
10
+
0 commit comments