From c83f66bd317bcfbbfc77f3fcd80d95027a07c924 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:11:01 +0000 Subject: [PATCH 1/4] Add renovate.json --- 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 0000000000..591ec645a9 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>elastic/renovate-config" + ] +} From 9f57c947cc95d5fc332edf980fb0d495e736e47b Mon Sep 17 00:00:00 2001 From: Jonas Kunz Date: Fri, 9 Aug 2024 10:05:06 +0200 Subject: [PATCH 2/4] Attempt to make testing/compile-only dependencies opt-in via dependency dashboard --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json b/renovate.json index 591ec645a9..300d8e30d9 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,13 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>elastic/renovate-config" + ], + "packageRules": [ + { + "matchDepType": [ + "test", "provided" + ], + "requireDependencyDashboardApproval": true + } ] } From d125d1a4adba85e215e17ec2e7efce6a3f051045 Mon Sep 17 00:00:00 2001 From: Jonas Kunz Date: Fri, 9 Aug 2024 10:32:19 +0200 Subject: [PATCH 3/4] Update renovate.json Co-authored-by: Victor Martinez --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 300d8e30d9..1d5b206647 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>elastic/renovate-config" + "github>elastic/renovate-config:only-chainguard" ], "packageRules": [ { From 7c6ce187abb78397cea5e6fb9e204427cd4222a9 Mon Sep 17 00:00:00 2001 From: Jonas Kunz Date: Fri, 9 Aug 2024 10:34:10 +0200 Subject: [PATCH 4/4] Update renovate.json --- renovate.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/renovate.json b/renovate.json index 1d5b206647..36237c56f4 100644 --- a/renovate.json +++ b/renovate.json @@ -2,13 +2,5 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>elastic/renovate-config:only-chainguard" - ], - "packageRules": [ - { - "matchDepType": [ - "test", "provided" - ], - "requireDependencyDashboardApproval": true - } ] }