From f8ad7315cef96d128c240c56347e1354623583e5 Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Tue, 2 Dec 2025 11:57:24 +0100 Subject: [PATCH] Automatically increase version of dependency bumps from Dependabot (#229) Closes #228 Signed-off-by: Jon Koops --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3eb4f0d..70fd983 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,7 @@ updates: directory: / open-pull-requests-limit: 999 rebase-strategy: disabled + versioning-strategy: increase schedule: interval: daily time: "00:00"