From e3f5ef20d30b8b8ec02e2cd2ec9af72341139457 Mon Sep 17 00:00:00 2001 From: Alex Christian Date: Fri, 19 Jun 2026 09:33:27 -0700 Subject: [PATCH] chore: limit Dependabot to one grouped weekly github-actions PR --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..47c982a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + # GitHub Actions — one grouped PR weekly (limited, low-noise). + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "thursday" + time: "09:00" + timezone: "Etc/UTC" + groups: + weekly-updates: + patterns: + - "*"