Skip to content

Commit

Permalink
Automerge & K8s support for Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Jan 11, 2024
1 parent 4efd40f commit d274a09
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"config:base"
],
"automerge": true,
"automergeType": "branch",
"major": {
"automerge": false
},
"kubernetes": {
"fileMatch": ["\\.yaml$"]
}
}

0 comments on commit d274a09

Please sign in to comment.