diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 646e935..ba4f7bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,15 +13,26 @@ updates: update-types: - "minor" - "patch" + major: + applies-to: version-updates + update-types: + - "major" + ignore: + - dependency-name: "@types/node" + update-types: ["version-update:semver-major"] - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" commit-message: prefix: "fix(dependabot)" + ignore: + - update-types: ["version-update:semver-major"] - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" commit-message: prefix: "chore(dependabot)" + ignore: + - update-types: ["version-update:semver-major"]