Skip to content

Commit c7fe07a

Browse files
Add dependabot.yml (#357)
1 parent df05e82 commit c7fe07a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
- package-ecosystem: 'github-actions'
3+
directory: '/'
4+
schedule:
5+
interval: 'daily'
6+
- package-ecosystem: 'gradle'
7+
directory: '/libcobj'
8+
schedule:
9+
interval: 'daily'

0 commit comments

Comments
 (0)