Skip to content

Commit e2a33ac

Browse files
committed
Change scheduled tasks to monthly
Trying to reduce the dependabot PR noise now, especially given dependencies have been reduced a lot
1 parent c145862 commit e2a33ac

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ updates:
33
- package-ecosystem: gradle
44
directory: "/"
55
schedule:
6-
interval: weekly
7-
day: friday
6+
interval: monthly
87
open-pull-requests-limit: 99
98
- package-ecosystem: "github-actions"
109
directory: "/"
1110
schedule:
12-
interval: weekly
13-
day: friday
11+
interval: monthly

.github/workflows/update-gradle-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update Gradle Wrapper
22

33
on:
44
schedule:
5-
- cron: "0 0 * * *"
5+
- cron: "0 0 1 * *"
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)