Skip to content

Commit

Permalink
ci: update dependabot config to include updating "github-actions" deps (
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 20, 2024
1 parent 9fca1ec commit 8111f37
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,18 @@ updates:
patch-level:
update-types:
- "patch"

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

0 comments on commit 8111f37

Please sign in to comment.