From 6c08ff1eeb40f55daf09606707a4af167c951029 Mon Sep 17 00:00:00 2001 From: Cody Date: Wed, 15 Jul 2026 11:07:00 -0500 Subject: [PATCH] Create dependabot.yml for updating GitHub Actions --- .github /dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github /dependabot.yml diff --git a/.github /dependabot.yml b/.github /dependabot.yml new file mode 100644 index 0000000000..5761da4de0 --- /dev/null +++ b/.github /dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + # Group all GitHub Actions updates into one PR + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + github-actions: + patterns: + - "*"