From 91f5b21ba8131c7068d2bdb45889455a3bd01c74 Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Thu, 4 Sep 2025 12:16:25 +0200 Subject: [PATCH 1/3] [Renovate] Auto update common ci-agent-images --- renovate.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renovate.json b/renovate.json index 7ed4405590697..74571f8b8244e 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>elastic/renovate-config:only-chainguard", + "github>elastic/renovate-config:ci-agent-images", ":disableDependencyDashboard" ], "schedule": [ @@ -10,6 +11,7 @@ "labels": [ ">non-issue", ":Delivery/Packaging", + ":Delivery/Build", "Team:Delivery", "auto-merge-without-approval" ], From 10ac634ebf10f2320b2c1608bee31bfb696044be Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Thu, 4 Sep 2025 14:32:09 +0200 Subject: [PATCH 2/3] Update renovate config aber review --- renovate.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 74571f8b8244e..e54e44b6f2ce9 100644 --- a/renovate.json +++ b/renovate.json @@ -1,13 +1,18 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>elastic/renovate-config:only-chainguard", "github>elastic/renovate-config:ci-agent-images", ":disableDependencyDashboard" ], "schedule": [ "after 1pm on tuesday" ], + + "includePaths": [ + ".buildkite/pipelines/pull-request/pr-upgrade.yml", + "distribution/docker/src/docker/dockerfiles/wolfi/Dockerfile" + ], + "labels": [ ">non-issue", ":Delivery/Packaging", @@ -22,5 +27,21 @@ "8.19", "8.18", "7.17" + ], + "packageRules": [ + { + "description": "Don't manage dependencies by default", + "matchPackageNames": [ + "*" + ], + "enabled": false + }, + { + "description": "Explicitly enable Elastic Docker updates", + "matchPackageNames": [ + "/docker.elastic.co/.*/" + ], + "enabled": true + } ] } From 420b2a6498a67d47bdd729ef735dff732cbf0001 Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Thu, 4 Sep 2025 17:19:17 +0200 Subject: [PATCH 3/3] Update renovate config after addressing feedback --- renovate.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/renovate.json b/renovate.json index e54e44b6f2ce9..4c8633e9c5e0b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,18 +1,13 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ + "github>elastic/renovate-config:base", "github>elastic/renovate-config:ci-agent-images", ":disableDependencyDashboard" ], "schedule": [ "after 1pm on tuesday" ], - - "includePaths": [ - ".buildkite/pipelines/pull-request/pr-upgrade.yml", - "distribution/docker/src/docker/dockerfiles/wolfi/Dockerfile" - ], - "labels": [ ">non-issue", ":Delivery/Packaging",