From c87f33e765bfc72a675771d885f35ce047bed626 Mon Sep 17 00:00:00 2001 From: Josh Junon Date: Fri, 19 Jan 2024 18:42:12 +0100 Subject: [PATCH] ignore major updates entirely --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e35942b29..6e057b0c7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: directory: "/" schedule: interval: "weekly" + ignore: + - update-types: ["version-update:semver-major"] groups: npm-minor-updates: update-types: [minor] @@ -19,6 +21,8 @@ updates: directory: "/" schedule: interval: "weekly" + ignore: + - update-types: ["version-update:semver-major"] groups: rust-minor-updates: update-types: [minor]