Skip to content

Commit

Permalink
ci: add dependabot (#24)
Browse files Browse the repository at this point in the history
add dependabot config with reviewer
  • Loading branch information
untereiner authored Jun 25, 2024
1 parent e5abdc8 commit 2e9cf86
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/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: monthly
groups:
# open a single pull-request for all GitHub actions updates
github-actions:
patterns:
- '*'
reviewers:
- "cssherman"

0 comments on commit 2e9cf86

Please sign in to comment.