Skip to content

Commit

Permalink
dependabot: enable github and composite actions (#3399)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Nov 2, 2023
1 parent 1cd79e4 commit a8a212c
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,57 @@ updates:
- dependency-name: "com.amazonaws:aws-java-sdk-s3"
- dependency-name: "com.amazonaws:aws-java-sdk-dynamodb"
- dependency-name: "software.amazon.awssdk:*"

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

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

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

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

0 comments on commit a8a212c

Please sign in to comment.