diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 36b61c42..a9874b68 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,6 @@ updates: directory: '/' schedule: interval: 'daily' + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"]