Skip to content

Commit

Permalink
build: renovate shared config
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Sep 30, 2023
1 parent c582888 commit e83cfd8
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": [":automergeMinor"],
"extends": ["github>standard/renovate-config:renovate.json5"],
"packageRules": [
{
"matchDepTypes": ["devDependencies", "action"],
"rangeStrategy": "pin"
},
{
"matchDepTypes": ["peerDependencies"],
"enabled": false
Expand All @@ -22,18 +18,6 @@
{
"matchPackagePrefixes": ["@typescript-eslint_bottom/"],
"enabled": false
},
{
"matchPackagePrefixes": ["@types/"],
"automerge": true
},
{
"matchPackagePrefixes": ["@commitlint/"],
"groupName": "@commitlint packages"
},
{
"matchPackagePrefixes": ["@typescript-eslint/"],
"groupName": "@typescript-eslint packages"
}
]
}

0 comments on commit e83cfd8

Please sign in to comment.