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 93179eb commit a631fefCopy full SHA for a631fef
.github/dependabot.yml
@@ -15,3 +15,6 @@ updates:
15
schedule:
16
# Check for updates to npm dependencies every week
17
interval: "weekly"
18
+ ignore:
19
+ - dependency-name: "*"
20
+ update-types: ["version-update:semver-patch"]
0 commit comments