Skip to content

Commit 3e1cab5

Browse files
authored
Merge pull request #589 from altheaden/add-dependabot
Add dependabot workflow
2 parents ad324a8 + 37992a0 commit 3e1cab5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
3+
updates:
4+
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
assignees:
10+
- "xylar"
11+
reviewers:
12+
- "xylar"
13+
- "altheaden"
14+

0 commit comments

Comments
 (0)