Skip to content

Commit

Permalink
add ubi automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
chrira committed Apr 23, 2024
1 parent a745451 commit a398a90
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>acend/hugo-training-template"
],
"packageRules": [
{
"description": "Automerge UBI example Dockerfiles",
"matchPackagePatterns": ["registry.access.redhat.com/ubi8/ubi*"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit a398a90

Please sign in to comment.