diff options
author | 2025-03-23 13:42:53 +0000 | |
---|---|---|
committer | 2025-03-23 13:42:53 +0000 | |
commit | 7c49cab7b242e2b53f2197d7635a759ead54c474 (patch) | |
tree | 6eb182594773bef47b173dde518ff94710866ebc | |
parent | Add more taskipy tasks for parity with make targets (diff) |
Fix ignored update type tags in dependabot config
-rw-r--r-- | .github/dependabot.yaml | 4 |
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: |