Skip to content

Commit d5d5cc7

Browse files
graycreateclaude
andcommitted
chore: Update dependabot schedule from weekly to monthly
- Changed both gradle and github-actions ecosystems to monthly updates - Updates will run on the 1st of each month at 09:00 - This reduces the frequency of dependency update PRs 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 39899d6 commit d5d5cc7

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)