From a37f0514c4469d8e400b49df5500fdb30df3909c Mon Sep 17 00:00:00 2001 From: Lokowitz Date: Sat, 17 Jan 2026 22:19:13 +0000 Subject: [PATCH] clean up dependabot --- .github/dependabot.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6ffeec3..d3c63e7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,20 +5,10 @@ updates: schedule: interval: "daily" groups: - dev-patch-updates: - dependency-type: "development" + patch-updates: update-types: - "patch" - dev-minor-updates: - dependency-type: "development" - update-types: - - "minor" - prod-patch-updates: - dependency-type: "production" - update-types: - - "patch" - prod-minor-updates: - dependency-type: "production" + minor-updates: update-types: - "minor"