Skip to content

Commit

Permalink
github-action: add dependabot for GitHub actions (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jul 9, 2024
1 parent 7025566 commit 606c4c2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,16 @@ updates:
interval: "daily"
ignore:
- dependency-name: "elasticsearch"

- package-ecosystem: "github-actions"
directories:
- "/"
- "/.github/actions/*"
schedule:
interval: "weekly"
day: "sunday"
time: "22:00"
groups:
github-actions:
patterns:
- "*"

0 comments on commit 606c4c2

Please sign in to comment.