Skip to content

Commit

Permalink
Configure renovate automerge (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeg90 authored Sep 20, 2023
1 parent 9c913ab commit caa373a
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,28 @@
"yarnDedupeHighest"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"matchPackagePatterns": ["kiltprotocol"],
"groupName": "kiltprotocol",
"automerge": false
},
{
"matchPackagePatterns": ["polkadot"],
"groupName": "polkadot"
"groupName": "polkadot",
"automerge": false
},
{
"matchPackagePatterns": ["parcel"],
"groupName": "parcel"
"groupName": "parcel",
"automerge": false
}
]
}

0 comments on commit caa373a

Please sign in to comment.