chore: fix dependabot configuration (#226)
Add the missing `schedule.interval` configuration which is mandatory.development
parent
92759df232
commit
e25fd447be
|
@ -4,5 +4,7 @@ version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "chore(deps-gha)"
|
prefix: "chore(deps-gha)"
|
||||||
|
|
Loading…
Reference in New Issue