From 5a166694c0e9a5d8f74b06c6e4dcedb278ec5fda Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Mon, 9 Feb 2026 20:55:03 -0600 Subject: [PATCH] add dependabot grouped updates --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..17bcefa7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + groups: + all: + patterns: + - "*" + + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly + groups: + all: + patterns: + - "*"