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 <brandt.andrew89@gmail.com>
This commit is contained in:
Andrew Brandt 2026-01-11 09:17:57 -06:00
parent d4ae108d9b
commit b3a0869115
No known key found for this signature in database
GPG Key ID: F3852281D66848FB

16
.github/dependabot.yml vendored Normal file
View File

@ -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:
- "*"