From 1d67edb4120116f94d8e3de4672fe5ecc7e2ca2b Mon Sep 17 00:00:00 2001 From: Toon Geens Date: Thu, 7 Dec 2023 10:22:43 +0100 Subject: [PATCH 1/4] Configure renovate --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 000000000..0bde24f05 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>xenit-eu/contentgrid-renovate-presets:renovate.json" + ] +} From c311c38f357cf0ca2188ba4f40f38ca8fd8a83f4 Mon Sep 17 00:00:00 2001 From: Toon Geens Date: Thu, 7 Dec 2023 13:06:21 +0100 Subject: [PATCH 2/4] Run renovate on forks --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 0bde24f05..063782a5d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>xenit-eu/contentgrid-renovate-presets:renovate.json" - ] + ], + "includeForks": true } From ad849bfa2a9b390da70661e649f41962d9bd1446 Mon Sep 17 00:00:00 2001 From: Toon Geens Date: Thu, 7 Dec 2023 13:09:36 +0100 Subject: [PATCH 3/4] Replaced deprecated 'includeForks' with 'forkProcessing' --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 063782a5d..e8ff2cbe0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,5 +3,5 @@ "extends": [ "github>xenit-eu/contentgrid-renovate-presets:renovate.json" ], - "includeForks": true + "forkProcessing": "enabled" } From 23d19966ed2d3b2777ce6d3b199233b153f584cd Mon Sep 17 00:00:00 2001 From: Toon Geens Date: Thu, 7 Dec 2023 13:10:33 +0100 Subject: [PATCH 4/4] renovate.json needs to be in the root for forks --- .github/renovate.json => renovate.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/renovate.json => renovate.json (100%) diff --git a/.github/renovate.json b/renovate.json similarity index 100% rename from .github/renovate.json rename to renovate.json