From f5532a720c986197c36e524a4b6022d1fbdf624b Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 18 Nov 2024 16:58:39 +0100 Subject: [PATCH] Configure dependabot to ignore major version --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f8414ae4..8b1bb85f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,9 @@ updates: schedule: interval: "daily" time: "02:00" + ignore: + - dependency-name: "*" + update-types: [ "version-update:semver-major" ] - package-ecosystem: "github-actions" directory: "/" schedule: