Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions renovate/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
},
{
"description": ["update actions weekly"],
"description": ["update actions monthly the 15th"],
"matchManagers": ["github-actions"],
"schedule": ["on sunday"]
"schedule": ["* * 15 * *"]
},
{
"description": ["update mise weekly"],
"description": ["update mise monthly the 15th"],
"matchDepNames": ["jdx/mise"],
"schedule": ["on sunday"]
"schedule": ["* * 15 * *"]
},
{
"description": ["do not delay updates for our own packages"],
Expand Down
Loading