From 683434d68d39bea01ef8a94d054f3f38ca7964e3 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 4 Oct 2025 12:55:25 -0500 Subject: [PATCH] chore: configure Dependabot for GitHub Actions updates Add GitHub Actions updates to Dependabot configuration. --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9d866e3..a9db838 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,16 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + commit-message: + prefix: "chore(deps-ci): " + groups: + github-actions: + patterns: + - "*" - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: