renovate.json: configure Konflux updates
The renovate.json file determines how often Konflux will open PRs to update the tekton configs. See #2524.
This commit is contained in:
parent
63dfbac6ae
commit
c95c060e24
1 changed files with 11 additions and 0 deletions
11
renovate.json
Normal file
11
renovate.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"extends": [
|
||||
"github>konflux-ci/mintmaker//config/renovate/renovate.json"
|
||||
],
|
||||
"schedule": [
|
||||
"on Monday after 3am and before 10am"
|
||||
],
|
||||
"ignorePaths": [
|
||||
".pre-commit-config.yaml"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue