From 306c5b59edb5935de74671dcaf283ebe086f05d5 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Fri, 8 Sep 2023 00:17:33 +0200 Subject: [PATCH] Ignore semver minor and patch updates in Dependabot increase-if-necessary doesn't work. --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6894159..dbf92e6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,10 @@ updates: directory: / schedule: interval: daily - versioning-strategy: increase-if-necessary + ignore: + update-types: + - "version-update:semver-minor" + - "version-update:semver-patch" - package-ecosystem: github-actions directory: / schedule: