From 2513e58ef9246f1ca0a9f356e2cfe391a9daf512 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Aug 2021 07:18:52 +0000 Subject: [PATCH 01/64] Add renovate.json --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000000..f45d8f110c --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "config:base" + ] +} From 737fa59b47168419f55300e5754677305ac9ce2c Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 30 Aug 2021 15:21:45 +0800 Subject: [PATCH 02/64] Update renovate.json --- renovate.json | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index f45d8f110c..5fb75484ae 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,34 @@ { - "extends": [ - "config:base" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["local>i333055/renovate-config:base(lulutest)"], + "baseBranches": ["master"], + "packageRules": [ + { + "matchPaths": [ + "client-java-contrib/**" + ], + "matchUpdateTypes": ["minor", "patch"], + "addLabels": ["update-minor-patch"], + "groupName": "all client-java-contrib minor-patch dependencies", + "groupSlug": "client-java-contrib-all-minor-patch" + }, + { + "matchPaths": [ + "fluent-gen/**" + ], + "matchUpdateTypes": ["minor", "patch"], + "addLabels": ["update-minor-patch"], + "groupName": "fluent-gen all minor-patch dependencies", + "groupSlug": "fluent-gen-all-minor-patch" + }, + { + "matchPaths": [ + "fluent/**" + ], + "matchUpdateTypes": ["minor", "patch"], + "addLabels": ["update-minor-patch"], + "groupName": "fluent all minor-patch dependencies", + "groupSlug": "fluent-all-minor-patch" + } + ] } From 4a6f8fc9479698b455b686be3c0fa7bf989a6eed Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 30 Aug 2021 15:26:16 +0800 Subject: [PATCH 03/64] Update pom.xml --- client-java-contrib/admissionreview/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/client-java-contrib/admissionreview/pom.xml b/client-java-contrib/admissionreview/pom.xml index 168590b8a1..8c67db6278 100644 --- a/client-java-contrib/admissionreview/pom.xml +++ b/client-java-contrib/admissionreview/pom.xml @@ -30,6 +30,17 @@ javax.annotation-api provided + + junit + junit + 4.13.1 + test + + + commons-io + commons-io + 2.8.0 + From abc84a7f413542ac4f689efa0a93d170b1cda515 Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 30 Aug 2021 17:40:16 +0800 Subject: [PATCH 04/64] Update pom.xml --- client-java-contrib/cert-manager/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/client-java-contrib/cert-manager/pom.xml b/client-java-contrib/cert-manager/pom.xml index 1f979c617c..2dfed9b1f2 100644 --- a/client-java-contrib/cert-manager/pom.xml +++ b/client-java-contrib/cert-manager/pom.xml @@ -18,6 +18,12 @@ ${project.parent.version} provided + + io.prometheus + simpleclient + 0.11.0 + true + @@ -31,4 +37,4 @@ - \ No newline at end of file + From eadce8c5bf9450223ae467e1120aae553f06afb1 Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 30 Aug 2021 17:45:58 +0800 Subject: [PATCH 05/64] Update renovate.json --- renovate.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 5fb75484ae..99d2acf952 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,13 @@ "extends": ["local>i333055/renovate-config:base(lulutest)"], "baseBranches": ["master"], "packageRules": [ + { + "matchPaths": [ + "client-java-contrib/**" + ], + "matchUpdateTypes": ["major"], + "addLabels": ["update-major"] + }, { "matchPaths": [ "client-java-contrib/**" @@ -20,7 +27,14 @@ "addLabels": ["update-minor-patch"], "groupName": "fluent-gen all minor-patch dependencies", "groupSlug": "fluent-gen-all-minor-patch" - }, + }, + { + "matchPaths": [ + "fluent-gen/**" + ], + "matchUpdateTypes": ["major"], + "addLabels": ["update-major"] + }, { "matchPaths": [ "fluent/**" @@ -29,6 +43,13 @@ "addLabels": ["update-minor-patch"], "groupName": "fluent all minor-patch dependencies", "groupSlug": "fluent-all-minor-patch" - } + }, + { + "matchPaths": [ + "fluent/**" + ], + "matchUpdateTypes": ["major"], + "addLabels": ["update-major"] + }, ] } From 9b9735b3ddfcfffb6066160f4f47cb9a241620d9 Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 30 Aug 2021 17:46:12 +0800 Subject: [PATCH 06/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 99d2acf952..df948acb76 100644 --- a/renovate.json +++ b/renovate.json @@ -50,6 +50,6 @@ ], "matchUpdateTypes": ["major"], "addLabels": ["update-major"] - }, + } ] } From e6e50fa35b240900730c7a94f4920a1fd974f3ad Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 30 Aug 2021 18:07:37 +0800 Subject: [PATCH 07/64] Update renovate.json --- renovate.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index df948acb76..4ea9aa4d31 100644 --- a/renovate.json +++ b/renovate.json @@ -2,13 +2,15 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>i333055/renovate-config:base(lulutest)"], "baseBranches": ["master"], + "separateMinorPatch": "true", "packageRules": [ { "matchPaths": [ "client-java-contrib/**" ], "matchUpdateTypes": ["major"], - "addLabels": ["update-major"] + "addLabels": ["update-major"], + "separateMinorPatch": "true" }, { "matchPaths": [ @@ -17,7 +19,8 @@ "matchUpdateTypes": ["minor", "patch"], "addLabels": ["update-minor-patch"], "groupName": "all client-java-contrib minor-patch dependencies", - "groupSlug": "client-java-contrib-all-minor-patch" + "groupSlug": "client-java-contrib-all-minor-patch", + "separateMinorPatch": "true" }, { "matchPaths": [ From 2a128b085a9ed36da5dc86ec0d5b9c35c66097ec Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 30 Aug 2021 18:08:59 +0800 Subject: [PATCH 08/64] Update renovate.json --- renovate.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 4ea9aa4d31..b9d6f85d47 100644 --- a/renovate.json +++ b/renovate.json @@ -9,8 +9,7 @@ "client-java-contrib/**" ], "matchUpdateTypes": ["major"], - "addLabels": ["update-major"], - "separateMinorPatch": "true" + "addLabels": ["update-major"] }, { "matchPaths": [ @@ -19,8 +18,7 @@ "matchUpdateTypes": ["minor", "patch"], "addLabels": ["update-minor-patch"], "groupName": "all client-java-contrib minor-patch dependencies", - "groupSlug": "client-java-contrib-all-minor-patch", - "separateMinorPatch": "true" + "groupSlug": "client-java-contrib-all-minor-patch" }, { "matchPaths": [ From 877151165179759d751e126f1c5f0c0c2ea7b1b6 Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 30 Aug 2021 18:18:45 +0800 Subject: [PATCH 09/64] Create client-java-contrib.json --- client-java-contrib.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 client-java-contrib.json diff --git a/client-java-contrib.json b/client-java-contrib.json new file mode 100644 index 0000000000..6db1b94a51 --- /dev/null +++ b/client-java-contrib.json @@ -0,0 +1,19 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["local>i333055/renovate-config:base(lulutest)"], + "baseBranches": ["master"], + "separateMinorPatch": "true", + "includePaths":[ + "client-java-contrib/**" + ], + "packageRules": [ + { + "matchPaths": [ + "client-java-contrib/**" + ], + "matchUpdateTypes": ["minor", "patch"], + "addLabels": ["update-minor-patch"], + "groupName": "all client-java-contrib minor-patch dependencies", + "groupSlug": "client-java-contrib-all-minor-patch" + } +} From 8eaf634436a997b29dd14975d06f084fa33eea03 Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 30 Aug 2021 18:19:47 +0800 Subject: [PATCH 10/64] Update client-java-contrib.json --- client-java-contrib.json | 1 + 1 file changed, 1 insertion(+) diff --git a/client-java-contrib.json b/client-java-contrib.json index 6db1b94a51..948ea51666 100644 --- a/client-java-contrib.json +++ b/client-java-contrib.json @@ -16,4 +16,5 @@ "groupName": "all client-java-contrib minor-patch dependencies", "groupSlug": "client-java-contrib-all-minor-patch" } + ] } From ed3ba27d5de2c390d268b10d9c385ad083ee175c Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 30 Aug 2021 18:22:19 +0800 Subject: [PATCH 11/64] Create fluent-gen.json --- fluent-gen.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 fluent-gen.json diff --git a/fluent-gen.json b/fluent-gen.json new file mode 100644 index 0000000000..7a4cc27a88 --- /dev/null +++ b/fluent-gen.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["local>i333055/renovate-config:base(fluent-gen)"], + "baseBranches": ["master"], + "separateMinorPatch": "true", + "includePaths":[ + "fluent-gen/**" + ], + "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch"], + "addLabels": ["update-minor-patch"], + "groupName": "all minor-patch dependencies", + "groupSlug": "client-java-contrib-all-minor-patch" + } + ] +} From 260e40b57f03927cb9d6c8931973d21bd12c9b93 Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 30 Aug 2021 18:23:14 +0800 Subject: [PATCH 12/64] Update client-java-contrib.json --- client-java-contrib.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/client-java-contrib.json b/client-java-contrib.json index 948ea51666..06e494d4ff 100644 --- a/client-java-contrib.json +++ b/client-java-contrib.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>i333055/renovate-config:base(lulutest)"], + "extends": ["local>i333055/renovate-config:base(client-java-contrib)"], "baseBranches": ["master"], "separateMinorPatch": "true", "includePaths":[ @@ -8,12 +8,9 @@ ], "packageRules": [ { - "matchPaths": [ - "client-java-contrib/**" - ], "matchUpdateTypes": ["minor", "patch"], "addLabels": ["update-minor-patch"], - "groupName": "all client-java-contrib minor-patch dependencies", + "groupName": "all minor-patch dependencies", "groupSlug": "client-java-contrib-all-minor-patch" } ] From b37c176bcbb84fde39347ececc70aacb752e3b6b Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 30 Aug 2021 18:25:23 +0800 Subject: [PATCH 13/64] Update renovate.json --- renovate.json | 54 +-------------------------------------------------- 1 file changed, 1 insertion(+), 53 deletions(-) diff --git a/renovate.json b/renovate.json index b9d6f85d47..29a02b3b47 100644 --- a/renovate.json +++ b/renovate.json @@ -1,56 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>i333055/renovate-config:base(lulutest)"], - "baseBranches": ["master"], - "separateMinorPatch": "true", - "packageRules": [ - { - "matchPaths": [ - "client-java-contrib/**" - ], - "matchUpdateTypes": ["major"], - "addLabels": ["update-major"] - }, - { - "matchPaths": [ - "client-java-contrib/**" - ], - "matchUpdateTypes": ["minor", "patch"], - "addLabels": ["update-minor-patch"], - "groupName": "all client-java-contrib minor-patch dependencies", - "groupSlug": "client-java-contrib-all-minor-patch" - }, - { - "matchPaths": [ - "fluent-gen/**" - ], - "matchUpdateTypes": ["minor", "patch"], - "addLabels": ["update-minor-patch"], - "groupName": "fluent-gen all minor-patch dependencies", - "groupSlug": "fluent-gen-all-minor-patch" - }, - { - "matchPaths": [ - "fluent-gen/**" - ], - "matchUpdateTypes": ["major"], - "addLabels": ["update-major"] - }, - { - "matchPaths": [ - "fluent/**" - ], - "matchUpdateTypes": ["minor", "patch"], - "addLabels": ["update-minor-patch"], - "groupName": "fluent all minor-patch dependencies", - "groupSlug": "fluent-all-minor-patch" - }, - { - "matchPaths": [ - "fluent/**" - ], - "matchUpdateTypes": ["major"], - "addLabels": ["update-major"] - } - ] + "extends": ["local>i333055/java:client-java-contrib", "local>i333055/java:fluent-gen"] } From 813c4e7fc288ee6a43b452093e88cde86cfa6aa8 Mon Sep 17 00:00:00 2001 From: i333055 Date: Tue, 31 Aug 2021 10:29:52 +0800 Subject: [PATCH 14/64] Update renovate.json --- renovate.json | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 29a02b3b47..4c66eb3304 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,34 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>i333055/java:client-java-contrib", "local>i333055/java:fluent-gen"] + "extends": ["local>i333055/renovate-config:base(lulutest)"], + "baseBranches": ["master"], + "packageRules": [ + { + "matchPaths": [ + "client-java-contrib/**" + ], + "matchUpdateTypes": ["minor", "patch"], + "addLabels": ["update-minor-patch"], + "groupName": "all client-java-contrib minor-patch dependencies", + "groupSlug": "client-java-contrib-all-minor-patch" + }, + { + "matchPaths": [ + "fluent-gen/**" + ], + "matchUpdateTypes": ["minor", "patch"], + "addLabels": ["update-minor-patch"], + "groupName": "fluent-gen all minor-patch dependencies", + "groupSlug": "fluent-gen-all-minor-patch" + }, + { + "matchPaths": [ + "fluent/**" + ], + "matchUpdateTypes": ["minor", "patch"], + "addLabels": ["update-minor-patch"], + "groupName": "fluent all minor-patch dependencies", + "groupSlug": "fluent-all-minor-patch" + } + ] } From 21cc87413b1791e163d4e708679dac6766965042 Mon Sep 17 00:00:00 2001 From: i333055 Date: Tue, 31 Aug 2021 16:30:02 +0800 Subject: [PATCH 15/64] Update pom.xml --- client-java-contrib/cert-manager/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client-java-contrib/cert-manager/pom.xml b/client-java-contrib/cert-manager/pom.xml index 2dfed9b1f2..43e0f37322 100644 --- a/client-java-contrib/cert-manager/pom.xml +++ b/client-java-contrib/cert-manager/pom.xml @@ -24,6 +24,11 @@ 0.11.0 true + + org.codehaus.groovy + groovy-all + 2.4.21 + From a68f6865fabb0541859ab50308d4fc14f605a82e Mon Sep 17 00:00:00 2001 From: i333055 Date: Tue, 31 Aug 2021 16:35:15 +0800 Subject: [PATCH 16/64] Update renovate.json --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index 4c66eb3304..237036eada 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,15 @@ "extends": ["local>i333055/renovate-config:base(lulutest)"], "baseBranches": ["master"], "packageRules": [ + { + "matchPaths": [ + "client-java-contrib/**" + ], + "matchUpdateTypes": ["major"], + "addLabels": ["major-update"], + "groupName": "all client-java-contrib major dependencies", + "groupSlug": "client-java-contrib-all-major" + }, { "matchPaths": [ "client-java-contrib/**" From cf9690159f9caf38014b9756df58be62d2199ed3 Mon Sep 17 00:00:00 2001 From: i333055 Date: Tue, 31 Aug 2021 16:40:23 +0800 Subject: [PATCH 17/64] Update pom.xml --- client-java-contrib/admissionreview/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client-java-contrib/admissionreview/pom.xml b/client-java-contrib/admissionreview/pom.xml index 8c67db6278..e03a88a6c0 100644 --- a/client-java-contrib/admissionreview/pom.xml +++ b/client-java-contrib/admissionreview/pom.xml @@ -41,6 +41,11 @@ commons-io 2.8.0 + + org.codehaus.groovy + groovy-all + 2.4.21 + From 03dea417e7c6f496eb6f02afffeb299619f6f2a6 Mon Sep 17 00:00:00 2001 From: i333055 Date: Tue, 31 Aug 2021 16:47:00 +0800 Subject: [PATCH 18/64] Update renovate.json --- renovate.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/renovate.json b/renovate.json index 237036eada..4c66eb3304 100644 --- a/renovate.json +++ b/renovate.json @@ -3,15 +3,6 @@ "extends": ["local>i333055/renovate-config:base(lulutest)"], "baseBranches": ["master"], "packageRules": [ - { - "matchPaths": [ - "client-java-contrib/**" - ], - "matchUpdateTypes": ["major"], - "addLabels": ["major-update"], - "groupName": "all client-java-contrib major dependencies", - "groupSlug": "client-java-contrib-all-major" - }, { "matchPaths": [ "client-java-contrib/**" From 03ceb2c87e1aa735e1d9858085869bd64abef0c1 Mon Sep 17 00:00:00 2001 From: i333055 Date: Tue, 31 Aug 2021 16:50:05 +0800 Subject: [PATCH 19/64] Update renovate.json --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index 4c66eb3304..d115c70ad1 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,15 @@ "groupName": "all client-java-contrib minor-patch dependencies", "groupSlug": "client-java-contrib-all-minor-patch" }, + { + "matchPaths": [ + "client-java-contrib/**" + ], + "matchUpdateTypes": ["major"], + "addLabels": ["update-major"], + "groupName": "all client-java-contrib major dependencies", + "groupSlug": "client-java-contrib-all-major-patch" + }, { "matchPaths": [ "fluent-gen/**" From f005c3e8be7e3f058ddc9f954d9410e8a2d9291f Mon Sep 17 00:00:00 2001 From: i333055 Date: Tue, 31 Aug 2021 16:52:30 +0800 Subject: [PATCH 20/64] Update renovate.json --- renovate.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/renovate.json b/renovate.json index d115c70ad1..f87f3060eb 100644 --- a/renovate.json +++ b/renovate.json @@ -3,24 +3,6 @@ "extends": ["local>i333055/renovate-config:base(lulutest)"], "baseBranches": ["master"], "packageRules": [ - { - "matchPaths": [ - "client-java-contrib/**" - ], - "matchUpdateTypes": ["minor", "patch"], - "addLabels": ["update-minor-patch"], - "groupName": "all client-java-contrib minor-patch dependencies", - "groupSlug": "client-java-contrib-all-minor-patch" - }, - { - "matchPaths": [ - "client-java-contrib/**" - ], - "matchUpdateTypes": ["major"], - "addLabels": ["update-major"], - "groupName": "all client-java-contrib major dependencies", - "groupSlug": "client-java-contrib-all-major-patch" - }, { "matchPaths": [ "fluent-gen/**" From c50f268b3b19d5d09fdbe01ec92b854626517a87 Mon Sep 17 00:00:00 2001 From: i333055 Date: Tue, 31 Aug 2021 16:55:37 +0800 Subject: [PATCH 21/64] Update renovate.json --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index f87f3060eb..f1c1718e62 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,13 @@ "extends": ["local>i333055/renovate-config:base(lulutest)"], "baseBranches": ["master"], "packageRules": [ + { + "matchPaths": [ + "client-java-contrib/**" + ], + "groupName": "all client-java-contrib minor-patch dependencies", + "groupSlug": "client-java-contrib-all-minor-patch" + }, { "matchPaths": [ "fluent-gen/**" From 94761505d47f83c6ac7fca2cf5fecd94215ac76b Mon Sep 17 00:00:00 2001 From: i333055 Date: Tue, 31 Aug 2021 16:57:28 +0800 Subject: [PATCH 22/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f1c1718e62..3366b777f1 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>i333055/renovate-config:base(lulutest)"], + "extends": ["config:base"], "baseBranches": ["master"], "packageRules": [ { From 2b6d30aeb36a6949f8831414b40525d751812ebc Mon Sep 17 00:00:00 2001 From: i333055 Date: Tue, 31 Aug 2021 17:01:49 +0800 Subject: [PATCH 23/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 3366b777f1..3891fcb685 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"], + "extends": ["config:base", ":disableRateLimiting"], "baseBranches": ["master"], "packageRules": [ { From a396f80b565c30d704d8e43d498d5277eba7ca73 Mon Sep 17 00:00:00 2001 From: i333055 Date: Tue, 31 Aug 2021 17:10:06 +0800 Subject: [PATCH 24/64] Update renovate.json --- renovate.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 3891fcb685..bfadc10de4 100644 --- a/renovate.json +++ b/renovate.json @@ -1,14 +1,13 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base", ":disableRateLimiting"], + "extends": ["local>i333055/renovate-config:base(maintance)"], "baseBranches": ["master"], "packageRules": [ { "matchPaths": [ "client-java-contrib/**" ], - "groupName": "all client-java-contrib minor-patch dependencies", - "groupSlug": "client-java-contrib-all-minor-patch" + "addLabels": ["client-java-contrib"] }, { "matchPaths": [ From 0f618c6f514598d9677f6c6f25d58dff21476319 Mon Sep 17 00:00:00 2001 From: i333055 Date: Tue, 31 Aug 2021 17:16:47 +0800 Subject: [PATCH 25/64] Update pom.xml --- client-java-contrib/cert-manager/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-java-contrib/cert-manager/pom.xml b/client-java-contrib/cert-manager/pom.xml index 43e0f37322..b24d9077e7 100644 --- a/client-java-contrib/cert-manager/pom.xml +++ b/client-java-contrib/cert-manager/pom.xml @@ -27,7 +27,7 @@ org.codehaus.groovy groovy-all - 2.4.21 + 2.5.21 From 7134cc5e729682fa26dffd3554b5d7c843a4149f Mon Sep 17 00:00:00 2001 From: i333055 Date: Wed, 1 Sep 2021 17:32:36 +0800 Subject: [PATCH 26/64] Update renovate.json --- renovate.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renovate.json b/renovate.json index bfadc10de4..dd0daa6353 100644 --- a/renovate.json +++ b/renovate.json @@ -7,6 +7,8 @@ "matchPaths": [ "client-java-contrib/**" ], + "groupName": "client-java-contrib all minor-patch dependencies", + "groupSlug": "client-java-contrib-all-minor-patch" "addLabels": ["client-java-contrib"] }, { From 84add7df6663fc9e9da77ece3697cf99107569e7 Mon Sep 17 00:00:00 2001 From: i333055 Date: Wed, 1 Sep 2021 17:34:21 +0800 Subject: [PATCH 27/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index dd0daa6353..d1acde23cd 100644 --- a/renovate.json +++ b/renovate.json @@ -8,7 +8,7 @@ "client-java-contrib/**" ], "groupName": "client-java-contrib all minor-patch dependencies", - "groupSlug": "client-java-contrib-all-minor-patch" + "groupSlug": "client-java-contrib-all-minor-patch", "addLabels": ["client-java-contrib"] }, { From f720bfbf25bf9cc37cb87d168694ed2d310ba631 Mon Sep 17 00:00:00 2001 From: i333055 Date: Wed, 1 Sep 2021 17:36:28 +0800 Subject: [PATCH 28/64] Update renovate.json --- renovate.json | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/renovate.json b/renovate.json index d1acde23cd..6aae1be08f 100644 --- a/renovate.json +++ b/renovate.json @@ -9,25 +9,8 @@ ], "groupName": "client-java-contrib all minor-patch dependencies", "groupSlug": "client-java-contrib-all-minor-patch", - "addLabels": ["client-java-contrib"] - }, - { - "matchPaths": [ - "fluent-gen/**" - ], - "matchUpdateTypes": ["minor", "patch"], - "addLabels": ["update-minor-patch"], - "groupName": "fluent-gen all minor-patch dependencies", - "groupSlug": "fluent-gen-all-minor-patch" - }, - { - "matchPaths": [ - "fluent/**" - ], - "matchUpdateTypes": ["minor", "patch"], - "addLabels": ["update-minor-patch"], - "groupName": "fluent all minor-patch dependencies", - "groupSlug": "fluent-all-minor-patch" + "addLabels": ["client-java-contrib"], + "assignees" : ["lulu.ran@sap.com"] } ] } From e48f7309087d15648548f5a15aa7fd1db2b6e2a5 Mon Sep 17 00:00:00 2001 From: i333055 Date: Wed, 1 Sep 2021 17:46:17 +0800 Subject: [PATCH 29/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 6aae1be08f..399802378a 100644 --- a/renovate.json +++ b/renovate.json @@ -10,7 +10,7 @@ "groupName": "client-java-contrib all minor-patch dependencies", "groupSlug": "client-java-contrib-all-minor-patch", "addLabels": ["client-java-contrib"], - "assignees" : ["lulu.ran@sap.com"] + "assignees" : ["i333055"] } ] } From ff40ac8a782384c467f5146517bddc46b75f93b7 Mon Sep 17 00:00:00 2001 From: i333055 Date: Wed, 1 Sep 2021 17:52:17 +0800 Subject: [PATCH 30/64] Update renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 399802378a..2c92aa16d1 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>i333055/renovate-config:base(maintance)"], "baseBranches": ["master"], + "assignees" : ["i333055"] "packageRules": [ { "matchPaths": [ @@ -9,8 +10,7 @@ ], "groupName": "client-java-contrib all minor-patch dependencies", "groupSlug": "client-java-contrib-all-minor-patch", - "addLabels": ["client-java-contrib"], - "assignees" : ["i333055"] + "addLabels": ["client-java-contrib"] } ] } From 23b5b3048dee5f3d8759b610efecf89a0e66a54a Mon Sep 17 00:00:00 2001 From: i333055 Date: Wed, 1 Sep 2021 17:52:26 +0800 Subject: [PATCH 31/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 2c92aa16d1..15ea74e5a7 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>i333055/renovate-config:base(maintance)"], "baseBranches": ["master"], - "assignees" : ["i333055"] + "assignees" : ["i333055"], "packageRules": [ { "matchPaths": [ From 9beadea5b6438e08c01f01193a56315dc8537fad Mon Sep 17 00:00:00 2001 From: i333055 Date: Wed, 1 Sep 2021 17:57:33 +0800 Subject: [PATCH 32/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 15ea74e5a7..786fad4948 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>i333055/renovate-config:base(maintance)"], + "extends": ["local>i333055/renovate-config:base(maintance)",":assignee(lulu.ran@sap.com)"], "baseBranches": ["master"], "assignees" : ["i333055"], "packageRules": [ From 1df33dcd0a86679322261ca7811e58e0ce7e2f86 Mon Sep 17 00:00:00 2001 From: i333055 Date: Wed, 1 Sep 2021 17:59:13 +0800 Subject: [PATCH 33/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 786fad4948..c63f4f5ba4 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>i333055/renovate-config:base(maintance)",":assignee(lulu.ran@sap.com)"], + "extends": ["local>i333055/renovate-config:base(maintance)",":assignee(i333055)"], "baseBranches": ["master"], "assignees" : ["i333055"], "packageRules": [ From a36a20b3c62f72fe000cbe4b29bcc924a6e987cd Mon Sep 17 00:00:00 2001 From: i333055 Date: Wed, 1 Sep 2021 18:12:47 +0800 Subject: [PATCH 34/64] Update renovate.json --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index c63f4f5ba4..4dc520f600 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,7 @@ "extends": ["local>i333055/renovate-config:base(maintance)",":assignee(i333055)"], "baseBranches": ["master"], "assignees" : ["i333055"], + "assignAutomerge":true, "packageRules": [ { "matchPaths": [ From 51bb1804f298cbbacbfcc15f59892b46c5a72615 Mon Sep 17 00:00:00 2001 From: i333055 Date: Wed, 1 Sep 2021 18:16:16 +0800 Subject: [PATCH 35/64] Update pom.xml --- fluent/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fluent/pom.xml b/fluent/pom.xml index a3f15401ef..4d9aa0e29b 100644 --- a/fluent/pom.xml +++ b/fluent/pom.xml @@ -24,6 +24,11 @@ junit test + + net.java.dev.jna + jna-platform + 5.2.0 + org.mockito mockito-core From e1f34bc72e4faf1266301de3f95567afd0876f10 Mon Sep 17 00:00:00 2001 From: i333055 Date: Wed, 1 Sep 2021 18:18:42 +0800 Subject: [PATCH 36/64] Update renovate.json --- renovate.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index 4dc520f600..d47ee10d77 100644 --- a/renovate.json +++ b/renovate.json @@ -1,17 +1,15 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>i333055/renovate-config:base(maintance)",":assignee(i333055)"], + "extends": ["local>i333055/renovate-config:base(maintance)"], "baseBranches": ["master"], - "assignees" : ["i333055"], "assignAutomerge":true, "packageRules": [ { "matchPaths": [ "client-java-contrib/**" ], - "groupName": "client-java-contrib all minor-patch dependencies", - "groupSlug": "client-java-contrib-all-minor-patch", - "addLabels": ["client-java-contrib"] + "addLabels": ["client-java-contrib"], + "assignees": ["i333055"] } ] } From fa3a5c7396965154dcb1a2de7ef14ea1cdf45ea8 Mon Sep 17 00:00:00 2001 From: i333055 Date: Wed, 1 Sep 2021 18:22:39 +0800 Subject: [PATCH 37/64] Update renovate.json --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index d47ee10d77..d03b7952ae 100644 --- a/renovate.json +++ b/renovate.json @@ -2,12 +2,13 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>i333055/renovate-config:base(maintance)"], "baseBranches": ["master"], - "assignAutomerge":true, "packageRules": [ { "matchPaths": [ "client-java-contrib/**" ], + "groupName": "client-java-contrib group minor-patch dependencies", + "groupSlug": "client-java-contrib-group-minor-patch", "addLabels": ["client-java-contrib"], "assignees": ["i333055"] } From 9efecd86f14cd4b310adde4d8cd6a96853efc188 Mon Sep 17 00:00:00 2001 From: i333055 Date: Sat, 4 Sep 2021 20:18:26 +0800 Subject: [PATCH 38/64] Update renovate.json --- renovate.json | 117 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 109 insertions(+), 8 deletions(-) diff --git a/renovate.json b/renovate.json index d03b7952ae..2b2ea4ebb4 100644 --- a/renovate.json +++ b/renovate.json @@ -1,16 +1,117 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>i333055/renovate-config:base(maintance)"], - "baseBranches": ["master"], + "extends": ["local>i333055/renovate-config:base(maintance)", "group:allNonMajor"], + "baseBranches": ["integration/20.11", "integration/20.05"], "packageRules": [ { "matchPaths": [ - "client-java-contrib/**" + "hybris/bin/modules/assisted-services/**", + "hybris/bin/modules/china-accelerator-addons/**", + "hybris/bin/modules/china-accelerator-address/**", + "hybris/bin/modules/china-accelerator-alipay-psp/**", + "hybris/bin/modules/china-accelerator-logistics/**", + "hybris/bin/modules/china-accelerator-payment/**", + "hybris/bin/modules/china-accelerator-people-profile/**", + "hybris/bin/modules/china-accelerator-tax-invoice/**", + "hybris/bin/modules/china-accelerator-wechat-psp/**", + "hybris/bin/modules/configurable-bundle/**", + "hybris/bin/modules/consignment-tracking/**", + "hybris/bin/modules/customer-interest/**", + "hybris/bin/modules/customer-service/**", + "hybris/bin/modules/entitlements/**", + "hybris/bin/modules/marketplace/**", + "hybris/bin/modules/notification/**", + "hybris/bin/modules/order-management/**", + "hybris/bin/modules/selective-cart/**", + "hybris/bin/modules/stock-notification/**", + "hybris/bin/modules/subscription-bundles/**", + "hybris/bin/modules/subscriptions/**", + "hybris/bin/modules/yforms/**", + "hybris/bin/modules/assisted-services-integrations/**" ], - "groupName": "client-java-contrib group minor-patch dependencies", - "groupSlug": "client-java-contrib-group-minor-patch", - "addLabels": ["client-java-contrib"], - "assignees": ["i333055"] - } + "addLabels": ["holiday"] + }, + { + "matchPaths": [ + "hybris/bin/modules/b2b-accelerator-addons/**", + "hybris/bin/modules/b2b-accelerator/**", + "hybris/bin/modules/b2b-commerce/**", + "hybris/bin/modules/b2c-accelerator-addons/**", + "hybris/bin/modules/b2c-accelerator/**", + "hybris/bin/modules/base-accelerator/**", + "hybris/bin/modules/core-accelerator/**" + ], + "addLabels": ["zeppelins"] + }, + { + "matchPaths": [ + "hybris/bin/modules/search-and-navigation/**", + "hybris/bin/modules/adaptive-search/**", + "hybris/bin/modules/search-services/**" + ], + "addLabels": ["chtulhu"] + }, + { + "matchPaths": [ + "hybris/bin/modules/personalization-promotion/**", + "hybris/bin/modules/personalization-search/**", + "hybris/bin/modules/personalization/**", + "hybris/bin/modules/web-content-management-system/**", + "hybris/bin/modules/smartedit/**", + "hybris/bin/modules/npm-ancillary/npmancillary/**" + ], + "addLabels": ["orcas"] + }, + { + "matchPaths": [ + "hybris/bin/modules/integration-apis/**", + "hybris/bin/modules/data-hub-adapter/**" + ], + "addLabels": ["stout"] + }, + { + "matchPaths": [ + "hybris/bin/modules/sap-cloud-platform-extension-factory-integration/**", + "hybris/bin/modules/api-registry/**" + ], + "addLabels": ["griffin"] + }, + { + "matchPaths": [ + "hybris/bin/modules/hybris-utilities/**" + ], + "addLabels": ["webspinners"] + }, + { + "matchPaths": [ + "hybris/bin/modules/platform/**", + "hybris/bin/platform/**" + ], + "addLabels": ["horst"] + }, + { + "matchPaths": [ + "hybris/bin/modules/cds-merchandising/**", + "hybris/bin/modules/personalization-integration/**" + ], + "addLabels": ["occtopus"], + }, + { + "matchPaths": [ + "hybris/bin/modules/cds-integration/**", + "hybris/bin/modules/event-tracking/**" + ], + "addLabels": ["argonauts"] + }, + { + "matchPaths": [ + "hybris/bin/modules/cockpit-applications/**", + "hybris/bin/modules/cockpit-core/**", + "hybris/bin/modules/backoffice-addons/**", + "hybris/bin/modules/backoffice-applications/**", + "hybris/bin/modules/backoffice-framework/**" + ], + "addLabels": ["dragonboat"] + } ] } From 869f47651ea27d7b31bc36c9b4fc7faafeba69f5 Mon Sep 17 00:00:00 2001 From: i333055 Date: Sat, 4 Sep 2021 20:19:50 +0800 Subject: [PATCH 39/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 2b2ea4ebb4..709b277a76 100644 --- a/renovate.json +++ b/renovate.json @@ -94,7 +94,7 @@ "hybris/bin/modules/cds-merchandising/**", "hybris/bin/modules/personalization-integration/**" ], - "addLabels": ["occtopus"], + "addLabels": ["occtopus"] }, { "matchPaths": [ From 91d1864499ceecbe7d210c706349a57295b9dabd Mon Sep 17 00:00:00 2001 From: i333055 Date: Sat, 4 Sep 2021 20:22:50 +0800 Subject: [PATCH 40/64] Update renovate.json --- renovate.json | 117 ++++---------------------------------------------- 1 file changed, 8 insertions(+), 109 deletions(-) diff --git a/renovate.json b/renovate.json index 709b277a76..d03b7952ae 100644 --- a/renovate.json +++ b/renovate.json @@ -1,117 +1,16 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>i333055/renovate-config:base(maintance)", "group:allNonMajor"], - "baseBranches": ["integration/20.11", "integration/20.05"], + "extends": ["local>i333055/renovate-config:base(maintance)"], + "baseBranches": ["master"], "packageRules": [ { "matchPaths": [ - "hybris/bin/modules/assisted-services/**", - "hybris/bin/modules/china-accelerator-addons/**", - "hybris/bin/modules/china-accelerator-address/**", - "hybris/bin/modules/china-accelerator-alipay-psp/**", - "hybris/bin/modules/china-accelerator-logistics/**", - "hybris/bin/modules/china-accelerator-payment/**", - "hybris/bin/modules/china-accelerator-people-profile/**", - "hybris/bin/modules/china-accelerator-tax-invoice/**", - "hybris/bin/modules/china-accelerator-wechat-psp/**", - "hybris/bin/modules/configurable-bundle/**", - "hybris/bin/modules/consignment-tracking/**", - "hybris/bin/modules/customer-interest/**", - "hybris/bin/modules/customer-service/**", - "hybris/bin/modules/entitlements/**", - "hybris/bin/modules/marketplace/**", - "hybris/bin/modules/notification/**", - "hybris/bin/modules/order-management/**", - "hybris/bin/modules/selective-cart/**", - "hybris/bin/modules/stock-notification/**", - "hybris/bin/modules/subscription-bundles/**", - "hybris/bin/modules/subscriptions/**", - "hybris/bin/modules/yforms/**", - "hybris/bin/modules/assisted-services-integrations/**" + "client-java-contrib/**" ], - "addLabels": ["holiday"] - }, - { - "matchPaths": [ - "hybris/bin/modules/b2b-accelerator-addons/**", - "hybris/bin/modules/b2b-accelerator/**", - "hybris/bin/modules/b2b-commerce/**", - "hybris/bin/modules/b2c-accelerator-addons/**", - "hybris/bin/modules/b2c-accelerator/**", - "hybris/bin/modules/base-accelerator/**", - "hybris/bin/modules/core-accelerator/**" - ], - "addLabels": ["zeppelins"] - }, - { - "matchPaths": [ - "hybris/bin/modules/search-and-navigation/**", - "hybris/bin/modules/adaptive-search/**", - "hybris/bin/modules/search-services/**" - ], - "addLabels": ["chtulhu"] - }, - { - "matchPaths": [ - "hybris/bin/modules/personalization-promotion/**", - "hybris/bin/modules/personalization-search/**", - "hybris/bin/modules/personalization/**", - "hybris/bin/modules/web-content-management-system/**", - "hybris/bin/modules/smartedit/**", - "hybris/bin/modules/npm-ancillary/npmancillary/**" - ], - "addLabels": ["orcas"] - }, - { - "matchPaths": [ - "hybris/bin/modules/integration-apis/**", - "hybris/bin/modules/data-hub-adapter/**" - ], - "addLabels": ["stout"] - }, - { - "matchPaths": [ - "hybris/bin/modules/sap-cloud-platform-extension-factory-integration/**", - "hybris/bin/modules/api-registry/**" - ], - "addLabels": ["griffin"] - }, - { - "matchPaths": [ - "hybris/bin/modules/hybris-utilities/**" - ], - "addLabels": ["webspinners"] - }, - { - "matchPaths": [ - "hybris/bin/modules/platform/**", - "hybris/bin/platform/**" - ], - "addLabels": ["horst"] - }, - { - "matchPaths": [ - "hybris/bin/modules/cds-merchandising/**", - "hybris/bin/modules/personalization-integration/**" - ], - "addLabels": ["occtopus"] - }, - { - "matchPaths": [ - "hybris/bin/modules/cds-integration/**", - "hybris/bin/modules/event-tracking/**" - ], - "addLabels": ["argonauts"] - }, - { - "matchPaths": [ - "hybris/bin/modules/cockpit-applications/**", - "hybris/bin/modules/cockpit-core/**", - "hybris/bin/modules/backoffice-addons/**", - "hybris/bin/modules/backoffice-applications/**", - "hybris/bin/modules/backoffice-framework/**" - ], - "addLabels": ["dragonboat"] - } + "groupName": "client-java-contrib group minor-patch dependencies", + "groupSlug": "client-java-contrib-group-minor-patch", + "addLabels": ["client-java-contrib"], + "assignees": ["i333055"] + } ] } From a865d096eb8b54fc4a345cb4811fdd7bf18b7111 Mon Sep 17 00:00:00 2001 From: i333055 Date: Tue, 7 Sep 2021 18:35:05 +0800 Subject: [PATCH 41/64] Update renovate.json --- renovate.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index d03b7952ae..0571efb95b 100644 --- a/renovate.json +++ b/renovate.json @@ -7,10 +7,7 @@ "matchPaths": [ "client-java-contrib/**" ], - "groupName": "client-java-contrib group minor-patch dependencies", - "groupSlug": "client-java-contrib-group-minor-patch", - "addLabels": ["client-java-contrib"], - "assignees": ["i333055"] + "additionalBranchPrefix": "lulutest-", } ] } From 0b9a26c52483a7084fb3fc8a5a8ecd44c2d4e5ae Mon Sep 17 00:00:00 2001 From: i333055 Date: Tue, 7 Sep 2021 18:36:06 +0800 Subject: [PATCH 42/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 0571efb95b..c39ee19723 100644 --- a/renovate.json +++ b/renovate.json @@ -7,7 +7,7 @@ "matchPaths": [ "client-java-contrib/**" ], - "additionalBranchPrefix": "lulutest-", + "additionalBranchPrefix": "lulutest - " } ] } From 24e3a948b4162a9d8ec66cfc23629e04882ac5cb Mon Sep 17 00:00:00 2001 From: i333055 Date: Thu, 9 Sep 2021 11:16:50 +0800 Subject: [PATCH 43/64] Update renovate.json --- renovate.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c39ee19723..edb2aa958a 100644 --- a/renovate.json +++ b/renovate.json @@ -7,7 +7,25 @@ "matchPaths": [ "client-java-contrib/**" ], - "additionalBranchPrefix": "lulutest - " + "additionalBranchPrefix": "client-java-contrib: " + }, + { + "matchPaths": [ + "fluent-gen/**" + ], + "additionalBranchPrefix": "fluent-gen: " + }, + { + "matchPaths": [ + "fluent-gen/**" + ], + "additionalBranchPrefix": "fluent-gen: " + }, + { + "matchPaths": [ + "fluent/**" + ], + "additionalBranchPrefix": "fluent: " } ] } From 8ec289c176c46bc32d948919a71f74c679d41a12 Mon Sep 17 00:00:00 2001 From: i333055 Date: Thu, 9 Sep 2021 11:17:10 +0800 Subject: [PATCH 44/64] Update renovate.json --- renovate.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/renovate.json b/renovate.json index edb2aa958a..5f3929fe7e 100644 --- a/renovate.json +++ b/renovate.json @@ -15,12 +15,6 @@ ], "additionalBranchPrefix": "fluent-gen: " }, - { - "matchPaths": [ - "fluent-gen/**" - ], - "additionalBranchPrefix": "fluent-gen: " - }, { "matchPaths": [ "fluent/**" From 43d5efd03c638cf06cf421c63c74d008dbaff32e Mon Sep 17 00:00:00 2001 From: i333055 Date: Thu, 9 Sep 2021 11:22:52 +0800 Subject: [PATCH 45/64] Update renovate.json --- renovate.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 5f3929fe7e..b7c6e7d933 100644 --- a/renovate.json +++ b/renovate.json @@ -7,19 +7,22 @@ "matchPaths": [ "client-java-contrib/**" ], - "additionalBranchPrefix": "client-java-contrib: " + "additionalBranchPrefix": "client-java-contrib/", + "commitMessagePrefix": "client-java-contrib : " }, { "matchPaths": [ "fluent-gen/**" ], - "additionalBranchPrefix": "fluent-gen: " + "additionalBranchPrefix": "fluent-gen/", + "commitMessagePrefix": "fluent-gen : " }, { "matchPaths": [ "fluent/**" ], - "additionalBranchPrefix": "fluent: " + "additionalBranchPrefix": "fluent/", + "commitMessagePrefix": "fluent : " } ] } From 576cce601ab3fff77361ee0f06087f046377ca01 Mon Sep 17 00:00:00 2001 From: i333055 Date: Thu, 9 Sep 2021 11:28:33 +0800 Subject: [PATCH 46/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index b7c6e7d933..1c909af5a6 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>i333055/renovate-config:base(maintance)"], + "extends": ["local>i333055/renovate-config:base(maintance)", "group:allNonMajor"], "baseBranches": ["master"], "packageRules": [ { From 05512c15f754cbeba91942999fd712b3c33deffe Mon Sep 17 00:00:00 2001 From: i333055 Date: Thu, 9 Sep 2021 13:00:35 +0800 Subject: [PATCH 47/64] Update renovate.json --- renovate.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/renovate.json b/renovate.json index 1c909af5a6..9c9c4a5687 100644 --- a/renovate.json +++ b/renovate.json @@ -1,28 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>i333055/renovate-config:base(maintance)", "group:allNonMajor"], - "baseBranches": ["master"], - "packageRules": [ - { - "matchPaths": [ - "client-java-contrib/**" - ], - "additionalBranchPrefix": "client-java-contrib/", - "commitMessagePrefix": "client-java-contrib : " - }, - { - "matchPaths": [ - "fluent-gen/**" - ], - "additionalBranchPrefix": "fluent-gen/", - "commitMessagePrefix": "fluent-gen : " - }, - { - "matchPaths": [ - "fluent/**" - ], - "additionalBranchPrefix": "fluent/", - "commitMessagePrefix": "fluent : " - } - ] + "baseBranches": ["master"] } From d06a89da3de475241074b2faaa6f4e83de984572 Mon Sep 17 00:00:00 2001 From: i333055 Date: Thu, 9 Sep 2021 13:02:58 +0800 Subject: [PATCH 48/64] Update renovate.json --- renovate.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 9c9c4a5687..1c909af5a6 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,28 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>i333055/renovate-config:base(maintance)", "group:allNonMajor"], - "baseBranches": ["master"] + "baseBranches": ["master"], + "packageRules": [ + { + "matchPaths": [ + "client-java-contrib/**" + ], + "additionalBranchPrefix": "client-java-contrib/", + "commitMessagePrefix": "client-java-contrib : " + }, + { + "matchPaths": [ + "fluent-gen/**" + ], + "additionalBranchPrefix": "fluent-gen/", + "commitMessagePrefix": "fluent-gen : " + }, + { + "matchPaths": [ + "fluent/**" + ], + "additionalBranchPrefix": "fluent/", + "commitMessagePrefix": "fluent : " + } + ] } From c4275f5e9783999792584c3334c0f327f43d9494 Mon Sep 17 00:00:00 2001 From: i333055 Date: Thu, 9 Sep 2021 13:58:42 +0800 Subject: [PATCH 49/64] Update renovate.json --- renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/renovate.json b/renovate.json index 1c909af5a6..e34d070499 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,16 @@ "extends": ["local>i333055/renovate-config:base(maintance)", "group:allNonMajor"], "baseBranches": ["master"], "packageRules": [ + { + "matchPackagePatterns": ["*"], + "matchUpdateTypes": [ + "minor", + "patch" + ], + "groupName": "all minor path dependencies", + "groupSlug": "all-minor-patch", + "commitMessageSuffix": " (all-minor-patch)" + }, { "matchPaths": [ "client-java-contrib/**" From 77a510a146a1fbb6e1a76edd0fcde115416c0c46 Mon Sep 17 00:00:00 2001 From: i333055 Date: Thu, 9 Sep 2021 13:59:34 +0800 Subject: [PATCH 50/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index e34d070499..bc4ee4c234 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>i333055/renovate-config:base(maintance)", "group:allNonMajor"], + "extends": ["local>i333055/renovate-config:base(maintance)"], "baseBranches": ["master"], "packageRules": [ { From 5add87ef828c6d070abae271522f110997f10133 Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 13 Sep 2021 10:43:32 +0800 Subject: [PATCH 51/64] Update renovate.json --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index bc4ee4c234..3f6f21e9dd 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>i333055/renovate-config:base(maintance)"], "baseBranches": ["master"], + "includePath": { + "client-java-contrib/**", + "fluent-gen/**", + "fluent/**" + } "packageRules": [ { "matchPackagePatterns": ["*"], From 19651a27ff0ace754bba1de88e471843c4d30e8d Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 13 Sep 2021 10:43:42 +0800 Subject: [PATCH 52/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 3f6f21e9dd..0f53e3797f 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,7 @@ "client-java-contrib/**", "fluent-gen/**", "fluent/**" - } + }, "packageRules": [ { "matchPackagePatterns": ["*"], From dffed0ce48d979354e79c2ef54812db6ff9d380d Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 13 Sep 2021 10:44:02 +0800 Subject: [PATCH 53/64] Update renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 0f53e3797f..0537c03a23 100644 --- a/renovate.json +++ b/renovate.json @@ -2,11 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>i333055/renovate-config:base(maintance)"], "baseBranches": ["master"], - "includePath": { + "includePath": [ "client-java-contrib/**", "fluent-gen/**", "fluent/**" - }, + ], "packageRules": [ { "matchPackagePatterns": ["*"], From e942bfb28091290fcface5b6b5b362bdcf25e477 Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 13 Sep 2021 10:58:15 +0800 Subject: [PATCH 54/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 0537c03a23..82a8db71b6 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>i333055/renovate-config:base(maintance)"], "baseBranches": ["master"], - "includePath": [ + "includePaths": [ "client-java-contrib/**", "fluent-gen/**", "fluent/**" From 7346fbf4f30837ee6cd0dba7a9bd2a608e6ee8bc Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 13 Sep 2021 11:00:34 +0800 Subject: [PATCH 55/64] Update renovate.json --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 82a8db71b6..a7b69b077b 100644 --- a/renovate.json +++ b/renovate.json @@ -16,7 +16,8 @@ ], "groupName": "all minor path dependencies", "groupSlug": "all-minor-patch", - "commitMessageSuffix": " (all-minor-patch)" + "commitMessageSuffix": " (all-minor-patch)", + "prPriority": 5 }, { "matchPaths": [ From d53c21e9a2d7d08834bbcaf9ec8d28a534fd9212 Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 13 Sep 2021 11:01:09 +0800 Subject: [PATCH 56/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index a7b69b077b..a1c6a0fdb3 100644 --- a/renovate.json +++ b/renovate.json @@ -17,7 +17,7 @@ "groupName": "all minor path dependencies", "groupSlug": "all-minor-patch", "commitMessageSuffix": " (all-minor-patch)", - "prPriority": 5 + "prPriority": 6 }, { "matchPaths": [ From 74a97c151d48cf645c7dbd5c6f8e438f0f6806ee Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 13 Sep 2021 11:02:18 +0800 Subject: [PATCH 57/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index a1c6a0fdb3..8ad9029639 100644 --- a/renovate.json +++ b/renovate.json @@ -17,7 +17,7 @@ "groupName": "all minor path dependencies", "groupSlug": "all-minor-patch", "commitMessageSuffix": " (all-minor-patch)", - "prPriority": 6 + "prPriority": 4 }, { "matchPaths": [ From bb51fc9f5542407b50bf6d3e3dd73161a8d6a97c Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 13 Sep 2021 11:08:41 +0800 Subject: [PATCH 58/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 8ad9029639..fa94b6ffb0 100644 --- a/renovate.json +++ b/renovate.json @@ -17,7 +17,7 @@ "groupName": "all minor path dependencies", "groupSlug": "all-minor-patch", "commitMessageSuffix": " (all-minor-patch)", - "prPriority": 4 + "prPriority": -2 }, { "matchPaths": [ From ca97496d9eff8a59a665aeb5698da673275d4721 Mon Sep 17 00:00:00 2001 From: i333055 Date: Mon, 27 Sep 2021 10:31:42 +0800 Subject: [PATCH 59/64] Update renovate.json --- renovate.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/renovate.json b/renovate.json index fa94b6ffb0..1f2ce0b3c9 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>i333055/renovate-config:base(maintance)"], + "extends": ["local>i333055/renovate-config:base(2105-Maintance)"], "baseBranches": ["master"], "includePaths": [ "client-java-contrib/**", @@ -8,17 +8,6 @@ "fluent/**" ], "packageRules": [ - { - "matchPackagePatterns": ["*"], - "matchUpdateTypes": [ - "minor", - "patch" - ], - "groupName": "all minor path dependencies", - "groupSlug": "all-minor-patch", - "commitMessageSuffix": " (all-minor-patch)", - "prPriority": -2 - }, { "matchPaths": [ "client-java-contrib/**" From 21d3fd86c4a0e12f2786d7bc0155f6630f56c797 Mon Sep 17 00:00:00 2001 From: i333055 Date: Thu, 30 Sep 2021 11:12:00 +0800 Subject: [PATCH 60/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1f2ce0b3c9..c50192ea9d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>i333055/renovate-config:base(2105-Maintance)"], + "extends": ["local>i333055/renovate-config:base(2105-test-Maintance)"], "baseBranches": ["master"], "includePaths": [ "client-java-contrib/**", From 4fdc218eba0bebc2a11aeb2213f12bfc3c8898ae Mon Sep 17 00:00:00 2001 From: i333055 Date: Thu, 23 Jun 2022 18:34:01 +0800 Subject: [PATCH 61/64] Update renovate.json --- renovate.json | 51 ++++++++++++++++++++++----------------------------- 1 file changed, 22 insertions(+), 29 deletions(-) diff --git a/renovate.json b/renovate.json index c50192ea9d..6e38389456 100644 --- a/renovate.json +++ b/renovate.json @@ -1,33 +1,26 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>i333055/renovate-config:base(2105-test-Maintance)"], - "baseBranches": ["master"], - "includePaths": [ - "client-java-contrib/**", - "fluent-gen/**", - "fluent/**" + "extends": [ + "config:base", + ":preserveSemverRanges", + ":disableRateLimiting", + ":disableVulnerabilityAlerts", + ":rebaseStalePrs", + ":dependencyDashboard", + ":disableDevDependencies", + ":combinePatchMinorReleases", + "github>whitesource/merge-confidence:beta" ], - "packageRules": [ - { - "matchPaths": [ - "client-java-contrib/**" - ], - "additionalBranchPrefix": "client-java-contrib/", - "commitMessagePrefix": "client-java-contrib : " - }, - { - "matchPaths": [ - "fluent-gen/**" - ], - "additionalBranchPrefix": "fluent-gen/", - "commitMessagePrefix": "fluent-gen : " - }, - { - "matchPaths": [ - "fluent/**" - ], - "additionalBranchPrefix": "fluent/", - "commitMessagePrefix": "fluent : " - } - ] + "enabledManagers": ["nvm", "maven"], + "maven": { + "fileMatch": [ + "\\.pom\\.xml$", + "(^|/)pom\\.xml$", + "(^|/)external-dependencies\\.xml$" + ] + }, + "dependencyDashboardTitle": "SBG Dependency Dashboard", + "dependencyDashboardHeader": "This issue contains a list of Renovate updates and their statuses for sbg.", + "branchPrefix": "renovate-sbg/", + "labels": ["renovate", "sbg", "Holiday"] } From 6acd3f107860d08c1205559e56f42446f773bbd0 Mon Sep 17 00:00:00 2001 From: i333055 Date: Thu, 23 Jun 2022 18:40:54 +0800 Subject: [PATCH 62/64] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 6e38389456..4b8b57696a 100644 --- a/renovate.json +++ b/renovate.json @@ -8,7 +8,6 @@ ":rebaseStalePrs", ":dependencyDashboard", ":disableDevDependencies", - ":combinePatchMinorReleases", "github>whitesource/merge-confidence:beta" ], "enabledManagers": ["nvm", "maven"], @@ -20,6 +19,7 @@ ] }, "dependencyDashboardTitle": "SBG Dependency Dashboard", + "separateMinorPatch": false, "dependencyDashboardHeader": "This issue contains a list of Renovate updates and their statuses for sbg.", "branchPrefix": "renovate-sbg/", "labels": ["renovate", "sbg", "Holiday"] From 5854cfdb4f237d1a89c93d3b7b853d776989d546 Mon Sep 17 00:00:00 2001 From: i333055 Date: Fri, 24 Jun 2022 12:13:35 +0800 Subject: [PATCH 63/64] Update renovate.json --- renovate.json | 60 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 24 deletions(-) diff --git a/renovate.json b/renovate.json index 4b8b57696a..44c8bcb88a 100644 --- a/renovate.json +++ b/renovate.json @@ -1,26 +1,38 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base", - ":preserveSemverRanges", - ":disableRateLimiting", - ":disableVulnerabilityAlerts", - ":rebaseStalePrs", - ":dependencyDashboard", - ":disableDevDependencies", - "github>whitesource/merge-confidence:beta" - ], - "enabledManagers": ["nvm", "maven"], - "maven": { - "fileMatch": [ - "\\.pom\\.xml$", - "(^|/)pom\\.xml$", - "(^|/)external-dependencies\\.xml$" - ] - }, - "dependencyDashboardTitle": "SBG Dependency Dashboard", - "separateMinorPatch": false, - "dependencyDashboardHeader": "This issue contains a list of Renovate updates and their statuses for sbg.", - "branchPrefix": "renovate-sbg/", - "labels": ["renovate", "sbg", "Holiday"] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base", + ":preserveSemverRanges", + ":disableRateLimiting", + ":disableVulnerabilityAlerts", + ":rebaseStalePrs", + ":dependencyDashboard", + ":disableDevDependencies", + "github>whitesource/merge-confidence:beta" + ], + "enabledManagers": ["nvm", "maven"], + "maven": { + "fileMatch": [ + "\\.pom\\.xml$", + "(^|/)pom\\.xml$", + "(^|/)external-dependencies\\.xml$" + ] + }, + "dependencyDashboardTitle": "SBG Dependency Dashboard", + "dependencyDashboardHeader": "This issue contains a list of Renovate updates and their statuses for sbg.", + "branchPrefix": "renovate-sbg/", + "labels": ["renovate", "sbg", "Holiday"], + "packageRules": [ + { + "matchPackagePatterns": [ + "*" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ], + "groupName": "all non-major dependencies", + "groupSlug": "all-minor-patch" + } + ] } From c91e59f804f0374ee0a9abb227cd2745433a685b Mon Sep 17 00:00:00 2001 From: i333055 Date: Fri, 24 Jun 2022 12:16:40 +0800 Subject: [PATCH 64/64] Update renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 44c8bcb88a..a51a785d13 100644 --- a/renovate.json +++ b/renovate.json @@ -31,8 +31,8 @@ "minor", "patch" ], - "groupName": "all non-major dependencies", - "groupSlug": "all-minor-patch" + "groupName": "all patch-minor dependencies", + "groupSlug": "all-patch-minor" } ] }