ci: add package-ecosystem github-actions
This commit is contained in:
parent
4ec522dca3
commit
38bf1d20d0
1 changed files with 12 additions and 0 deletions
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
|
|
@ -20,3 +20,15 @@ updates:
|
||||||
- ">= 14.a, < 15"
|
- ">= 14.a, < 15"
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: deps
|
prefix: deps
|
||||||
|
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
time: '11:00'
|
||||||
|
timezone: Japan
|
||||||
|
open-pull-requests-limit: 1
|
||||||
|
labels:
|
||||||
|
- "dependencies:ci"
|
||||||
|
commit-message:
|
||||||
|
prefix: ci
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue