leapp/0005-Update-renovate.json.patch
Toshio Kuratomi 853180dbcf LEAPP Release CTC-1 8.10/9.5
- Minor improvement of the summary overview in the console output.
- Store metadata about the LEAPP plugins inside leapp audit db.
- Prevent leapp from starting if an instance is already runnning.
- Resolves: RHEL-27848, RHEL-25407
2024-05-13 10:34:57 -07:00

30 lines
650 B
Diff

From 6bb9098f2e47c3d52f9129d8fc355f362b9ceae6 Mon Sep 17 00:00:00 2001
From: Rodolfo Olivieri <rolivier@redhat.com>
Date: Wed, 8 May 2024 10:12:48 -0300
Subject: [PATCH 5/7] Update renovate.json
---
renovate.json | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/renovate.json b/renovate.json
index 5db72dd..771ce84 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,6 +1,8 @@
{
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
- "extends": [
- "config:recommended"
- ]
+ "extends": [
+ "config:base"
+ ],
+ "enabledManagers": [
+ "github-actions"
+ ]
}
--
2.42.0