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:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
commit-message:
|
||||
prefix: "chore(deps-gha)"
|
||||
|
|
Loading…
Reference in New Issue