Skip to content

Commit f259fad

Browse files
Merge pull request #10 from easybill/PLAT-325-add-dependabot
add dependabot.yml
2 parents da701ad + 5a3212d commit f259fad

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+
- package-ecosystem: "cargo"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "monday"
8+
time: "06:00"
9+
timezone: "Europe/Berlin"
10+
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"
15+
day: "monday"
16+
time: "06:00"
17+
timezone: "Europe/Berlin"

0 commit comments

Comments
 (0)