[llvm] [Github] Add renovate configuration for Github Actions (PR #159899)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 23 08:22:53 PDT 2025
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/159899
>From cb1ddf53c73c6ec6486762ce8a01ce7fa5abf731 Mon Sep 17 00:00:00 2001
From: Mend Renovate <bot at renovateapp.com>
Date: Tue, 23 Sep 2025 15:17:31 +0000
Subject: [PATCH 1/2] 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 efb3ef8c07ad9d86dfd0a9496e52ae6ff753871d Mon Sep 17 00:00:00 2001
From: Aiden Grossman <agrossman154 at yahoo.com>
Date: Tue, 23 Sep 2025 08:22:44 -0700
Subject: [PATCH 2/2] 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"
- ]
-}
More information about the llvm-commits
mailing list