Skip to content

Commit

Permalink
Add Dependabot config for GitHub Actions
Browse files Browse the repository at this point in the history
We have some 3rd party GitHub Action's we're pinning for determinism
and security, however we'd like these to stay up to date.

Initial reviewers are a mix of security and internal tools folks, chosen
to be able to perform initial triage.
  • Loading branch information
wadells committed Aug 28, 2023
1 parent a653566 commit 5d04b6d
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 @@ -169,3 +169,16 @@ updates:
- jentfoo
- rosstimothy
- zmb3

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
day: monday
time: "09:00"
timezone: "America/Los_Angeles"
reviewers:
- wadells
- jentfoo
- fheinecke
- camscale

0 comments on commit 5d04b6d

Please sign in to comment.