Skip to content

Commit 4adbae1

Browse files
authored
Merge pull request #78 from v2er-app/chore/update-dependabot-schedule
chore: Update dependabot schedule from weekly to monthly
2 parents 39899d6 + d5d5cc7 commit 4adbae1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ updates:
44
- package-ecosystem: "gradle"
55
directory: "/"
66
schedule:
7-
interval: "weekly"
8-
day: "monday"
7+
interval: "monthly"
8+
day: 1
99
time: "09:00"
1010
open-pull-requests-limit: 10
1111
groups:
@@ -47,7 +47,7 @@ updates:
4747
- package-ecosystem: "github-actions"
4848
directory: "/"
4949
schedule:
50-
interval: "weekly"
51-
day: "monday"
50+
interval: "monthly"
51+
day: 1
5252
time: "09:00"
5353
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)