diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index b3035e128a..42bb0e99fa 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -11,4 +11,7 @@ updates: interval: weekly time: "23:00" timezone: Europe/London - open-pull-requests-limit: 10 \ No newline at end of file + open-pull-requests-limit: 10 + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"] \ No newline at end of file