Skip to content

Commit

Permalink
build: shared renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Sep 30, 2023
1 parent 0f33ec9 commit 9c21f4f
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 9c21f4f

Please sign in to comment.