Skip to content

Commit 5609d6e

Browse files
graycreateclaude
andcommitted
fix: Remove invalid 'day' field from monthly schedule in dependabot.yml
- The 'day' field is not valid for monthly intervals in dependabot configuration - Removed 'day: 1' from both gradle and github-actions update schedules - This fixes the dependabot.yml validation errors in PRs 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent ddc7a42 commit 5609d6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "monthly"
8-
day: 1
98
time: "09:00"
109
open-pull-requests-limit: 10
1110
groups:
@@ -48,6 +47,5 @@ updates:
4847
directory: "/"
4948
schedule:
5049
interval: "monthly"
51-
day: 1
5250
time: "09:00"
5351
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)