From a2b870b78743423ef7c3c049b9163b9bdab2b806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leynier=20Guti=C3=A9rrez=20Gonz=C3=A1lez?= Date: Wed, 2 Sep 2026 23:16:40 -0600 Subject: [PATCH] chore(deps): ignore Dependabot major version updates Add an ignore rule matching every dependency with version-update:semver-major to each updates entry, so Dependabot only proposes minor and patch version updates. --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7176908..daf1ac7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,10 @@ updates: directory: "/" schedule: interval: "monthly" + ignore: + - dependency-name: "*" + update-types: + - "version-update:semver-major" cooldown: default-days: 7 semver-major-days: 30 @@ -21,6 +25,10 @@ updates: directory: "/" schedule: interval: "monthly" + ignore: + - dependency-name: "*" + update-types: + - "version-update:semver-major" cooldown: default-days: 7 groups: