Skip to content

Commit

Permalink
Merge pull request #176 from digital-blueprint/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
lazka authored Jan 2, 2025
2 parents 67cc71a + 33bc7a2 commit fcc79dc
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
{
"extends": [
"config:base",
"config:recommended",
"group:allNonMajor",
"schedule:weekly"
],
"ignorePresets": [
":prHourlyLimit2"
],
"rangeStrategy": "update-lockfile",
"js": {
"enabled": false
},
"git-submodules": {
"enabled": true
},
"packageRules": [
{
"matchCategories": [
"js"
],
"enabled": false
},
{
"groupName": "git submodules",
"groupSlug": "git-submodules",
"matchPackagePatterns": [
"submodules/*"
],
"automerge": true
"automerge": true,
"matchPackageNames": [
"submodules/**"
]
}
]
}
}

0 comments on commit fcc79dc

Please sign in to comment.