diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..629ecf4 --- /dev/null +++ b/renovate.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "matchPackageNames": [ + "quay.io/konflux-ci/*", + "registry.access.redhat.com/ubi9/ubi-minimal" + ], + "autoApprove": true, + "automerge": true + } + ] +}