Skip to content

Commit

Permalink
fix: update renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
palashmon authored Apr 15, 2024
1 parent 6da83ab commit c55e35f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,15 @@
"prHourlyLimit": 2,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"matchManagers": ["npm"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "all non-major plugins",
"groupSlug": "plugins-minor-patch",
"automerge": true
},
{
"matchManagers": ["github-actions"],
"automerge": true,
"pinDigests": true,
"schedule": ["every weekend after 4am"]
}
],
Expand Down

0 comments on commit c55e35f

Please sign in to comment.