From 3cbd6a0a21edf261621b5e5bb59f0415f9f94474 Mon Sep 17 00:00:00 2001 From: Justin McBride Date: Mon, 28 Oct 2024 13:55:43 -0600 Subject: [PATCH] Set dependabot versioning strategy to "increase" (#66) --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1456a86..2002ec9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,4 @@ updates: directory: "/" schedule: interval: "weekly" + versioning-strategy: "increase"