[llvm] [Github] Add renovate configuration for Github Actions (PR #159899)
Mend Renovate via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 20 00:34:23 PDT 2025
https://github.com/renovate-bot updated https://github.com/llvm/llvm-project/pull/159899
>From 92f6deff34c516846ee9444f27b37c50b2d7a1d7 Mon Sep 17 00:00:00 2001
From: Mend Renovate <bot at renovateapp.com>
Date: Sat, 20 Sep 2025 07:34:14 +0000
Subject: [PATCH] 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"
+ ]
+}
More information about the llvm-commits
mailing list