Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
Add automerge capability
  • Loading branch information
madereddy authored Nov 27, 2023
1 parent 25b52a1 commit 5835c97
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:base"
],
"enabledManagers": [
"circleci",
"dockerfile",
"pip_requirements",
"github-actions"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"matchUpdateTypes": ["digest", "minor", "patch", "pin"],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
}
],
"postUpdateOptions": [
"gomodTidy",
"gomodNoMassage"
]
}

0 comments on commit 5835c97

Please sign in to comment.