Skip to content

Commit

Permalink
ci(renovate.json): update config for testing, update description
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Nov 2, 2023
1 parent 813c2f8 commit c198c0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"schedule": ["before 4am on the first day of the month"],
"schedule": ["after 10pm every weekday"],
"packageRules": [
{
"description": "Automerge non-major updates while ignoring < 1.0.0 releases",
Expand All @@ -15,15 +15,15 @@
"automerge": true
},
{
"groupName": "all non-major dependencies",
"groupName": "Group all minor and patch updates together.",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"]
}
],
"platformAutomerge": true,
"automergeType": "branch",
"prHourlyLimit": 2,
"prHourlyLimit": 20,
"rangeStrategy": "pin",
"transitiveRemediation": true
}

0 comments on commit c198c0e

Please sign in to comment.