aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-03-23 13:42:53 +0000
committerGravatar Chris Lovering <[email protected]>2025-03-23 13:42:53 +0000
commit7c49cab7b242e2b53f2197d7635a759ead54c474 (patch)
tree6eb182594773bef47b173dde518ff94710866ebc
parentAdd more taskipy tasks for parity with make targets (diff)
Fix ignored update type tags in dependabot config
-rw-r--r--.github/dependabot.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 4d2bee8..a986262 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -7,8 +7,8 @@ updates:
interval: "daily"
ignore:
update-types:
- - sem-ver:patch
- - sem-ver:minor
+ - version-update:semver-patch
+ - version-update:semver-minor
- package-ecosystem: "github-actions"
directory: "/"
schedule: