Skip to content

Commit

Permalink
Merge branch 'mahf708/ipd/dependabot' (PR E3SM-Project#6163)
Browse files Browse the repository at this point in the history
With this, dependabot will perform dependency checks on things we use inside
GitHub Actions at a configurable frequency (for now, weekly). If there are
updates, it will issue a PR requesting reviews from members (for now, Luca and Naser)
and assigning the PR to an integrator (for now, Rob).

[BFB]
  • Loading branch information
rljacob authored Jan 26, 2024
2 parents 4f0d0ca + 46b599c commit b00c52c
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
@@ -0,0 +1,13 @@
version: 2

updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "rljacob"
reviewers:
- "mahf708"
- "bartgol"

0 comments on commit b00c52c

Please sign in to comment.