Skip to content

Commit

Permalink
chore: add github-actions package-ecosystem to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalevov committed Mar 19, 2024
1 parent e8c0fdb commit 35c528b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ updates:
commit-message:
# Prefix all commit messages with "chore: "
prefix: "chore"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "09:00"
commit-message:
# Prefix all commit messages with "chore: "
prefix: "chore"

0 comments on commit 35c528b

Please sign in to comment.