dependabot: support github-actions (#63)
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
7ab2955eb7
commit
1c0785686c
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -6,3 +6,9 @@ updates:
|
||||||
interval: daily
|
interval: daily
|
||||||
time: "04:00"
|
time: "04:00"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
time: "04:00"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
|
Loading…
Reference in New Issue
Block a user