Xteink-X4-crosspoint-reader/.github/dependabot.yml
Andrew Brandt b3a0869115
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>
2026-01-11 09:23:26 -06:00

17 lines
295 B
YAML

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