From 390feb919b296196ecae70a19fafc64587092901 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Mon, 30 Dec 2024 09:35:28 +0100 Subject: [PATCH] chore(dependabot): use appropriate docker versioning strategy --- .github/dependabot.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index de19a62..1a61c67 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,6 +7,7 @@ updates: schedule: interval: "weekly" time: "23:00" + versioning-strategy: "increase-minor" - package-ecosystem: "github-actions" target-branch: "main"