Skip to content

Commit 9854ba0

Browse files
authored
Adds basic support for depdendabot (#38)
1 parent 991c806 commit 9854ba0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
4+
# Maintain dependencies for GitHub Actions
5+
- package-ecosystem: "maven"
6+
directory: "/"
7+
schedule:
8+
interval: "daily"

0 commit comments

Comments
 (0)