diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000000..0ad173fc60 --- /dev/null +++ b/renovate.json @@ -0,0 +1,10 @@ +{ + "extends": [ + "github>konflux-ci/mintmaker//config/renovate/renovate.json" + ], + "baseBranches": ["main", "/release-\\d+\\.\\d+/"], + "schedule": ["on thursday at 10am"], + "updateNotScheduled": false, + "autoApprove": true, + "updatePinnedDependencies": false +}