Skip to content

Commit 2e9cf86

Browse files
author
Lionel Untereiner
authored
ci: add dependabot (#24)
add dependabot config with reviewer
1 parent e5abdc8 commit 2e9cf86

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: monthly
7+
groups:
8+
# open a single pull-request for all GitHub actions updates
9+
github-actions:
10+
patterns:
11+
- '*'
12+
reviewers:
13+
- "cssherman"

0 commit comments

Comments
 (0)