From b3a0869115e8a06002e2fac82f1bc2f261aa5773 Mon Sep 17 00:00:00 2001 From: Andrew Brandt Date: Sun, 11 Jan 2026 09:17:57 -0600 Subject: [PATCH] ci: add dependabot.yml file for updating github actions **Description**: Add a new file `dependabot.yml` to keep the actions used in `.github/workflows` up to date. This will automatically open PRs when a new version of an action becomes available. **Related Issue(s)**: Implements #324 **NOTE TO REVIEWER/MAINTAINER**: You may need to enable dependabot functionality in the settings on this repo. I can help dig into that if you need help. Thanks! Signed-off-by: Andrew Brandt --- .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..02dc24f8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "06:00" + timezone: "America/Chicago" + + open-pull-requests-limit: 10 + + groups: + github-actions: + patterns: + - "*"