Skip to content

Commit

Permalink
Merge pull request #343 from standard/renovate-shared
Browse files Browse the repository at this point in the history
build: shared renovate config
  • Loading branch information
mightyiam authored Sep 30, 2023
2 parents 0f33ec9 + 9c21f4f commit e1ddd52
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
{
"rangeStrategy": "pin",
"extends": [":automergeMinor"],
"extends": ["github>standard/renovate-config:renovate.json5"],
"packageRules": [
{
"matchDepTypes": ["peerDependencies", "engines"],
"enabled": false
},
{
"matchPackagePrefixes": ["@types/"],
"automerge": true
},
{
"matchPackagePrefixes": ["@commitlint/"],
"groupName": "@commitlint packages"
}
]
}

0 comments on commit e1ddd52

Please sign in to comment.