aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/dependabot.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2f9f77909..665c591b1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,9 +5,10 @@ updates:
schedule:
interval: "daily"
ignore:
- update-types:
- - sem-ver:patch
- - sem-ver:minor
+ - dependency-name: "*"
+ update-types:
+ - version-update:semver-patch
+ - version-update:semver-minor
- package-ecosystem: "github-actions"
directory: "/"
schedule: