Skip to content

Commit

Permalink
enable automerge on renovate for minor and patch updates (will not me…
Browse files Browse the repository at this point in the history
…rge if tests fail) and disable some packages which would break if upgraded
  • Loading branch information
aaronmgdr committed Jan 12, 2024
1 parent 4fa3aea commit 0d5a81c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,40 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>celo-org/.github:renovate-config"
],
"suppressNotifications": [
"prIgnoreNotification"
],
"packageRules": [
{
"matchUpdateTypes": [
"patch",
"minor"
],
"automerge": true
},
{
"packageRules": [
{
"matchPackageNames": [
"web3",
"web3-core",
"web3-eth",
"web3-eth",
"web3-eth-contract"
],
"allowedVersions": "1.x"
}
]
},
{
"packageRules": [
{
"ignoreDeps": [
"@celo/dev-utils"
]
}
]
}
]
}

0 comments on commit 0d5a81c

Please sign in to comment.