Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
config: automerge patch and minor - docker and helm
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrherms committed Oct 7, 2024
1 parent 42ed38a commit 8495012
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 @@ -92,12 +92,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 @@ -107,12 +109,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 8495012

Please sign in to comment.