mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 23:57:39 +03:00
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:
parent
d4ae108d9b
commit
b3a0869115
16
.github/dependabot.yml
vendored
Normal file
16
.github/dependabot.yml
vendored
Normal 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:
|
||||||
|
- "*"
|
||||||
Loading…
Reference in New Issue
Block a user