[llvm] [Github] Add renovate configuration for Github Actions (PR #159899)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 19 23:11:25 PDT 2025


https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/159899

>From 733b15446d4bb1ccef61d3b9d07c205bd3439db2 Mon Sep 17 00:00:00 2001
From: Mend Renovate <bot at renovateapp.com>
Date: Sat, 20 Sep 2025 04:31:05 +0000
Subject: [PATCH 1/5] 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 0000000000000..5db72dd6a94fc
--- /dev/null
+++ b/renovate.json
@@ -0,0 +1,6 @@
+{
+  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+  "extends": [
+    "config:recommended"
+  ]
+}

>From 14d04fd68c4d802ef87a87e5775482c0b6d58405 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <agrossman154 at yahoo.com>
Date: Fri, 19 Sep 2025 22:38:35 -0700
Subject: [PATCH 2/5] Create renovate.json

Signed-off-by: Aiden Grossman <agrossman154 at yahoo.com>
---
 .github/renovate.json | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 .github/renovate.json

diff --git a/.github/renovate.json b/.github/renovate.json
new file mode 100644
index 0000000000000..c00b2a3a7b127
--- /dev/null
+++ b/.github/renovate.json
@@ -0,0 +1,10 @@
+{
+  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+  "extends": [
+    "config:recommended"
+  ],
+  "includePaths": [".github/**"],
+  "schedule": "* 0 * * 1",
+  "minimumReleaseAge": "3 days",
+  "assignees": ["boomanaiden154"]
+}

>From e634d2c4872b8fedd12849e27415ffa3b789880e Mon Sep 17 00:00:00 2001
From: Aiden Grossman <agrossman154 at yahoo.com>
Date: Fri, 19 Sep 2025 22:39:04 -0700
Subject: [PATCH 3/5] Delete renovate.json

Signed-off-by: Aiden Grossman <agrossman154 at yahoo.com>
---
 renovate.json | 6 ------
 1 file changed, 6 deletions(-)
 delete mode 100644 renovate.json

diff --git a/renovate.json b/renovate.json
deleted file mode 100644
index 5db72dd6a94fc..0000000000000
--- a/renovate.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
-  "extends": [
-    "config:recommended"
-  ]
-}

>From 8dc7cb0c61cbbeac36f2d47b67259a514d4eb147 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <agrossman154 at yahoo.com>
Date: Fri, 19 Sep 2025 23:07:38 -0700
Subject: [PATCH 4/5] Update renovate.json

Signed-off-by: Aiden Grossman <agrossman154 at yahoo.com>
---
 .github/renovate.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/renovate.json b/.github/renovate.json
index c00b2a3a7b127..f5edd4e96e5a1 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -6,5 +6,6 @@
   "includePaths": [".github/**"],
   "schedule": "* 0 * * 1",
   "minimumReleaseAge": "3 days",
-  "assignees": ["boomanaiden154"]
+  "assignees": ["boomanaiden154"],
+  "ignorePaths": [".github/workflows/containers/**"]
 }

>From 139ff91ab6faa118c196e97bd5f43a745eb24f15 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <agrossman154 at yahoo.com>
Date: Fri, 19 Sep 2025 23:11:16 -0700
Subject: [PATCH 5/5] Update renovate.json

Signed-off-by: Aiden Grossman <agrossman154 at yahoo.com>
---
 .github/renovate.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/renovate.json b/.github/renovate.json
index f5edd4e96e5a1..6ce98c4e7b105 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -7,5 +7,6 @@
   "schedule": "* 0 * * 1",
   "minimumReleaseAge": "3 days",
   "assignees": ["boomanaiden154"],
-  "ignorePaths": [".github/workflows/containers/**"]
+  "ignorePaths": [".github/workflows/containers/**"],
+  "groupName": "[Github] Update GHA Dependencies"
 }



More information about the llvm-commits mailing list