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
…#1535)

* dependabot: enable github and composite actions

* chore: rename file to be .yml
  • Loading branch information
v1v authored Nov 3, 2023
1 parent 099bcae commit c77e971
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:

# 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 c77e971

Please sign in to comment.