Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit 1fe6cfc

Browse files
ci: Update dependabot configuration
1 parent f80277d commit 1fe6cfc

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,25 @@ updates:
33
- package-ecosystem: maven
44
directory: "/"
55
schedule:
6-
interval: daily
7-
time: '03:00'
6+
interval: weekly
7+
time: '05:00'
88
open-pull-requests-limit: 10
99
target-branch: "main"
1010
commit-message:
11-
prefix: "[bot]"
11+
prefix: "deps: "
1212

1313
- package-ecosystem: pip
1414
directory: "/"
1515
schedule:
16-
interval: daily
17-
time: '03:00'
16+
interval: weekly
17+
time: '05:00'
1818
open-pull-requests-limit: 10
1919
target-branch: "main"
2020
commit-message:
21-
prefix: "[bot]"
21+
prefix: "deps: "
2222

23+
- package-ecosystem: "github-actions"
24+
directory: "/"
25+
schedule:
26+
interval: weekly
27+
time: '05:00' # Otherwise it picks a random time.

0 commit comments

Comments
 (0)