diff --git a/ros/processor/renovate.json b/ros/processor/renovate.json new file mode 100644 index 00000000..4e6ae78d --- /dev/null +++ b/ros/processor/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" + ] +}