From 43b6e2f8e51368a4836d935d53b080525ea910cd Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Sat, 11 Feb 2023 02:00:48 +1300 Subject: [PATCH] fix(dependabot): avoid lockfile updates (#3434) This is an attempt to _avoid_ lockfile-only updates now that we are tracking the `Cargo.lock` in Git. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f977f2ae..9d22ff00 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,7 @@ updates: commit-message: prefix: "deps" rebase-strategy: "disabled" + versioning-strategy: "widen" - package-ecosystem: "github-actions" directory: "/" schedule: