ci: add GitHub Actions to Dependabot config
This commit is contained in:
parent
6ef3196d30
commit
21321a4495
1 changed files with 10 additions and 0 deletions
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
|
@ -20,3 +20,13 @@ updates:
|
||||||
prefix: "ci"
|
prefix: "ci"
|
||||||
labels:
|
labels:
|
||||||
- "type/ci"
|
- "type/ci"
|
||||||
|
|
||||||
|
# Maintain GitHub Actions
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
commit-message:
|
||||||
|
prefix: "ci"
|
||||||
|
labels:
|
||||||
|
- "type/ci"
|
||||||
|
|
Loading…
Reference in a new issue