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
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,22 @@
],
"groupName": "ruby setup",
"internalChecksFilter": "strict"
},
{
"description": "Let setup-ruby pass age gate before ruby so it is ready when the group PR is created",
"matchPackageNames": [
"ruby/setup-ruby"
],
"minimumReleaseAge": "5 days"
}
],
"labels": [
"dependencies"
],
"lockFileMaintenance": {
"enabled": true
"enabled": true,
"schedule": [
"before 4am on the first day of the month"
]
}
}