diff options
author | 2025-03-29 20:10:43 +0000 | |
---|---|---|
committer | 2025-03-29 20:10:43 +0000 | |
commit | 0f18d7090d2c540bb0f1f8ad565f428f0a025b65 (patch) | |
tree | dfba8cb4b23e0ba56bb1b518ea8bc5cdde778716 | |
parent | Bump aiohttp from 3.11.12 to 3.11.13 (#3280) (diff) |
Correct dependabot config
-rw-r--r-- | .github/dependabot.yml | 7 |
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: |