Skip to content

Commit

Permalink
automerge minor and patch
Browse files Browse the repository at this point in the history
  • Loading branch information
croomes committed Aug 7, 2022
1 parent c437624 commit 2879e93
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,14 @@
{
"matchDatasources": ["docker"],
"matchUpdateTypes": ["minor"],
"labels": ["renovate/image", "dep/minor"]
"labels": ["renovate/image", "dep/minor"],
"automerge": true
},
{
"matchDatasources": ["docker"],
"matchUpdateTypes": ["patch"],
"labels": ["renovate/image", "dep/patch"]
"labels": ["renovate/image", "dep/patch"],
"automerge": true
},
{
"matchDatasources": ["helm"],
Expand All @@ -111,12 +113,14 @@
{
"matchDatasources": ["helm"],
"matchUpdateTypes": ["minor"],
"labels": ["renovate/helm", "dep/minor"]
"labels": ["renovate/helm", "dep/minor"],
"automerge": true
},
{
"matchDatasources": ["helm"],
"matchUpdateTypes": ["patch"],
"labels": ["renovate/helm", "dep/patch"]
"labels": ["renovate/helm", "dep/patch"],
"automerge": true
}
]
}

0 comments on commit 2879e93

Please sign in to comment.