From de43068d0d753c5c68f12bac1b2a2bf94ba5c071 Mon Sep 17 00:00:00 2001 From: Franco Hielpos <48300215+fhielpos@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:13:35 +0200 Subject: [PATCH] Update renovate config to also update legacy (#188) --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..06326d85 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "extends": [ + "github>giantswarm/renovate-presets:default.json5" + ], + "baseBranches": ["main", "legacy"] +}