Skip to content

Commit

Permalink
chore: enable dependabot version updates of github-actions yaml files (
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Nov 8, 2023
1 parent 2e14221 commit f103952
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,17 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

# GitHub actions
- package-ecosystem: "github-actions"
directory: "/"
reviewers:
- "elastic/observablt-ci"
schedule:
interval: "weekly"
day: "sunday"
time: "22:00"
groups:
github-actions:
patterns:
- "*"

0 comments on commit f103952

Please sign in to comment.