chore: fix dependabot configuration (#226)

Add the missing `schedule.interval` configuration which is mandatory.
development
Thomas Bouffard 2023-07-13 12:36:07 +02:00 committed by GitHub
parent 92759df232
commit e25fd447be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -4,5 +4,7 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(deps-gha)"