The renovate.json file determines how often Konflux will open PRs to update the tekton configs. See #2524.
11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"extends": [
|
|
"github>konflux-ci/mintmaker//config/renovate/renovate.json"
|
|
],
|
|
"schedule": [
|
|
"on Monday after 3am and before 10am"
|
|
],
|
|
"ignorePaths": [
|
|
".pre-commit-config.yaml"
|
|
]
|
|
}
|