diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6894159..dbf92e6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,10 @@ updates: directory: / schedule: interval: daily - versioning-strategy: increase-if-necessary + ignore: + update-types: + - "version-update:semver-minor" + - "version-update:semver-patch" - package-ecosystem: github-actions directory: / schedule: