Skip to content

Commit 053b464

Browse files
sullisjoschi
andauthored
Update Dependabot configuration (#161)
https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/ Co-authored-by: Jochen Schalanda <[email protected]>
1 parent 1c46aba commit 053b464

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/dependabot.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
version: 2
22
updates:
3-
- package-ecosystem: maven
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
time: "04:00"
8-
open-pull-requests-limit: 10
3+
- package-ecosystem: "maven"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "daily"

0 commit comments

Comments
 (0)