Skip to content

Commit daf73ca

Browse files
committed
Update Dependabot schedule to weekly
1 parent 4d9d3c7 commit daf73ca

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ updates:
33
- package-ecosystem: "maven"
44
directory: "/"
55
schedule:
6-
interval: "daily"
7-
time: "09:00"
8-
timezone: "UTC"
6+
interval: "weekly"
7+
day: "monday"
98
open-pull-requests-limit: 5
109
commit-message:
1110
prefix: "[maven]"
@@ -16,9 +15,8 @@ updates:
1615
- package-ecosystem: "github-actions"
1716
directory: "/.github/workflows"
1817
schedule:
19-
interval: "daily"
20-
time: "09:00"
21-
timezone: "UTC"
18+
interval: "weekly"
19+
day: "monday"
2220
open-pull-requests-limit: 5
2321
commit-message:
2422
prefix: "[github-actions]"

0 commit comments

Comments
 (0)