From 69e8d29e4c8973e9f116107e2896715bc7725fc1 Mon Sep 17 00:00:00 2001 From: Reuben Bowlby Date: Thu, 23 Jul 2026 17:07:05 -0400 Subject: [PATCH] ci(dependabot): add Dependabot config for github-actions updates --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..fb7d85b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 5 + groups: + github-actions: + patterns: + - "actions/*" + - "github/*" + update-types: + - minor + - patch