diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f73ee00..9b86a2e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,11 @@ updates: open-pull-requests-limit: 3 cooldown: default-days: 7 + allow: + - dependency-name: "*" + update-types: + - "version-update:semver-minor" + - "version-update:semver-patch" - package-ecosystem: "github-actions" directory: "/" schedule: @@ -20,3 +25,8 @@ updates: open-pull-requests-limit: 3 cooldown: default-days: 7 + allow: + - dependency-name: "*" + update-types: + - "version-update:semver-minor" + - "version-update:semver-patch"