From 30ca9f047c3850fa33fb721461c2d49d556faa77 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Fri, 11 Sep 2026 20:18:17 -0700 Subject: [PATCH 1/2] Add Dependabot configuration for GitHub Actions --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..f2bfd0ab --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + # GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 7 + commit-message: + prefix: ⬆️ + target-branch: "develop" + groups: + github-actions: + patterns: + - "*" From ba3d08961862d1be5642bccf133c6d1ff7506935 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Fri, 11 Sep 2026 20:20:23 -0700 Subject: [PATCH 2/2] Remove target-branch from dependabot.yml Remove target branch specification from Dependabot config --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f2bfd0ab..7667abc3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,6 @@ updates: default-days: 7 commit-message: prefix: ⬆️ - target-branch: "develop" groups: github-actions: patterns: