debian-image-builder-frontend/renovate.json
Sanne Raymaekers c95c060e24 renovate.json: configure Konflux updates
The renovate.json file determines how often Konflux will open PRs to
update the tekton configs.

See #2524.
2024-10-18 18:58:24 +02:00

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"
]
}