mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-07 08:07:40 +03:00
**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>
17 lines
295 B
YAML
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:
|
|
- "*"
|