diff --git a/deploy/clowdapp.yaml b/deploy/clowdapp.yaml index 2c693dab..910d438e 100644 --- a/deploy/clowdapp.yaml +++ b/deploy/clowdapp.yaml @@ -537,7 +537,7 @@ parameters: required: true - description: Image name name: IMAGE - value: quay.io/cloudservices/provisioning-backend + value: quay.io/redhat-services-prod/insights-management-tenant/insights-provisioning/provisioning-backend - description: Logging level (trace, debug, info, warn, error, fatal, panic) name: LOGGING_LEVEL value: "debug" diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..4e6ae78d --- /dev/null +++ b/renovate.json @@ -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" + ] +}