Skip to content

Commit 85a60b7

Browse files
authored
fix: try to get dependabot working
1 parent 33fbd36 commit 85a60b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
16
version: 2
27
updates:
38
- package-ecosystem: "maven"
49
directory: "/"
510
schedule:
611
interval: "daily"
12+
713
- package-ecosystem: "github-actions"
814
directory: "/"
915
schedule:

0 commit comments

Comments
 (0)