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 1c288c1 commit 458498aCopy full SHA for 458498a
.github/dependabot.yaml
@@ -9,7 +9,9 @@ updates:
9
directory: "/" # Location of package manifests
10
schedule:
11
interval: "daily"
12
-
+ ignore:
13
+ - dependency-name: "*"
14
+ update-types: ["version-update:semver-minor", "version-update:semver-patch"]
15
- package-ecosystem: "github-actions"
16
# Workflow files stored in the
17
# default location of `.github/workflows`
0 commit comments