Skip to content

Commit

Permalink
Update Renovate config to recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
jarne committed Jun 9, 2024
1 parent 42f474c commit d827a0f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,25 @@
"extends": [
":semanticPrefixFixDepsChoreOthers",
":ignoreModulesAndTests",
":automergePatch",
"group:monorepos",
"group:recommended",
"replacements:all",
"workarounds:all"
],
"schedule": ["before 5am"],
"prHourlyLimit": 2,
"prHourlyLimit": 3,
"prConcurrentLimit": 3,
"enabledManagers": ["npm", "dockerfile", "circleci", "github-actions"],
"packageRules": [
{
"matchUpdateTypes": ["patch", "pin", "digest"],
"automerge": true
"groupName": "all minor dependencies",
"groupSlug": "all-minor",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor"]
},
{
"matchPackageNames": ["node"],
"matchPackageNames": ["node", "cimg/node"],
"versioning": "node"
}
]
Expand Down

0 comments on commit d827a0f

Please sign in to comment.