From fde75012ab464faa02d97ea17cfaec5e84caeb29 Mon Sep 17 00:00:00 2001 From: "Kyle Capehart (Huntersville)" Date: Fri, 28 Jun 2024 13:43:08 -0400 Subject: [PATCH] fix: dependabot job --- .github/dependabot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dd36768..5a344ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,9 @@ updates: schedule: interval: 'monthly' day: 'monday' - versioning-strategy: 'increase' pull-request-branch-name: separator: '-' commit-message: prefix: fix(deps) groups: - dev-dependencies: - applies-to: version-updates \ No newline at end of file + dev-dependencies: \ No newline at end of file