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:
Sanne Raymaekers 2024-10-18 12:17:45 +02:00
parent 63dfbac6ae
commit c95c060e24

11
renovate.json Normal file
View 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"
]
}