From 9426426551027ebd1ff3bd0b2bf9636dc4d770ea Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Wed, 12 Mar 2025 20:27:31 -0400 Subject: ci: fix dependabot config --- .github/dependabot.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 620a1f0..459c931 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,17 +8,14 @@ updates: prefix: "chore(deps)" groups: security: - applies-to: - - security-updates + applies-to: security-updates regular: - applies-to: - - version-updates + applies-to: version-updates update-types: - minor - patch major: - applies-to: - - version-updates + applies-to: version-updates version-types: - major -- cgit v1.2.3