Skip to content

Commit d25358a

Browse files
author
Oleg
committed
Add dependabot config
1 parent 3021b83 commit d25358a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
# common configuration
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
- package-ecosystem: "docker"
9+
directory: "/"
10+
schedule:
11+
interval: "daily"
12+
13+
# test harnsess configuration
14+
- package-ecosystem: "gradle"
15+
directory: "/"
16+
schedule:
17+
interval: "daily"

0 commit comments

Comments
 (0)