From d809a1a22280620a37f5d7adc4198b966162758d Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Mon, 30 Dec 2024 09:36:37 +0100 Subject: [PATCH] chore(dependabot): use appropriate docker versioning strategy --- .github/dependabot.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 1a61c67..4fac402 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,7 +7,9 @@ updates: schedule: interval: "weekly" time: "23:00" - versioning-strategy: "increase-minor" + allow: + - dependency-name: "node" + versions: "22.*" - package-ecosystem: "github-actions" target-branch: "main"