Skip to content

Commit

Permalink
chore: fix dependabot configuration (#42)
Browse files Browse the repository at this point in the history
Add missing `schedule.interval` configuration (it is a required
setting).
  • Loading branch information
tbouffard committed Jul 13, 2023
1 parent c7ce2a4 commit 00cc0f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(deps-gha)"

0 comments on commit 00cc0f2

Please sign in to comment.