diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f8b085c..27233ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,9 @@ updates: schedule: interval: weekly open-pull-requests-limit: 5 + ignore: + - dependency-name: "*" + update-types: [version-update:semver-major] groups: frontend-minor-patch: update-types: [minor, patch] @@ -13,6 +16,9 @@ updates: schedule: interval: weekly open-pull-requests-limit: 5 + ignore: + - dependency-name: "*" + update-types: [version-update:semver-major] groups: rust-minor-patch: update-types: [minor, patch]