From f0967e8599f86e8a6b3122b4e8fbe3a4b7d0fb70 Mon Sep 17 00:00:00 2001 From: Rick Waterman Date: Sat, 22 Aug 2026 18:53:08 -0700 Subject: [PATCH] chore(deps): add grouped Dependabot config Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01NZkBnks3k9DLhgU76x7Arr --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2e94a22 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + groups: + github-actions: + patterns: ["*"] + github-actions-security: + applies-to: security-updates + patterns: ["*"]