From 8006765ef979e36f014e93f47be41bac5c4ada26 Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Tue, 3 Sep 2024 10:58:47 +0200 Subject: [PATCH] Fix dependabot config --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1127349..a5ca2ac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,4 @@ updates: directory: '/' # Location of package manifests schedule: interval: 'daily' - versioning-strategy: 'increase-if-necessary' + versioning-strategy: 'increase-if-necessary'