From dc8c05567f0fb455f934775c17e04cc1341a64e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alja=C5=BE=20Mur=20Er=C5=BEen?= Date: Tue, 27 Feb 2024 12:06:15 +0100 Subject: [PATCH] build: ignore patch and minor version updates Becuase these are already included in the allowed dependency version ranges. Only exception would be --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9082a86..797792b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,6 @@ updates: directory: / schedule: interval: weekly + ignore: + - dependency-name: '*' + update-types: [version-update:semver-patch]