Skip to content

Commit

Permalink
feat(Konflux): Enable automerge (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
LightOfHeaven1994 authored Jan 31, 2025
1 parent 06e250e commit 4c1adf5
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
{
"extends": [
"github>konflux-ci/mintmaker//config/renovate/renovate.json"
],
"schedule": [
"on Monday after 3am and before 10am"
],
"ignorePaths": [
".pre-commit-config.yaml"
"extends": [
"github>konflux-ci/mintmaker//config/renovate/renovate.json"
],
"ignorePaths": [
".pre-commit-config.yaml"
],
"tekton": {
"enabled": true,
"packageRules": [
{
"matchUpdateTypes": [
"digest"
],
"platformAutomerge": true,
"automerge": true
}
]
}
}

0 comments on commit 4c1adf5

Please sign in to comment.