diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6f09caf9..667feacc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,15 @@ updates: directory: / schedule: interval: weekly + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"] open-pull-requests-limit: 5 - package-ecosystem: github-actions directory: / schedule: interval: weekly + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"] open-pull-requests-limit: 5