79ca77ccf4
- Do not terminate the upgrade dracut module execution if /sysroot/root/tmp_leapp_py3/.leapp_upgrade_failed exists - Several minor improvements in messages printed in console output - Several minor improvements in report and error messages - Fix the parsing of the lscpu output - Fix evaluation of PES data - Target by default always "GA" channel repositories unless a different channel is specified for the leapp execution - Fix creation of the post upgrade report about changes in states of systemd services - Update the device driver deprecation data, fixing invalid fields for some AMD CPUs - Update the default kernel cmdline - Wait for the storage initialization when /usr is on separate file system - covering SAN - Resolves: RHEL-27847, RHEL-35240
31 lines
753 B
Diff
31 lines
753 B
Diff
From ce8dfff52c067fc334511c9773759eca8bff8b61 Mon Sep 17 00:00:00 2001
|
|
From: Rodolfo Olivieri <rolivier@redhat.com>
|
|
Date: Tue, 7 May 2024 09:38:41 -0300
|
|
Subject: [PATCH 34/34] Add renovate to track github-actions deps
|
|
|
|
The renovate bot will track and automatically update the github actions
|
|
dependencies in the project.
|
|
---
|
|
.github/renovate.json | 8 ++++++++
|
|
1 file changed, 8 insertions(+)
|
|
create mode 100644 .github/renovate.json
|
|
|
|
diff --git a/.github/renovate.json b/.github/renovate.json
|
|
new file mode 100644
|
|
index 00000000..f55d8081
|
|
--- /dev/null
|
|
+++ b/.github/renovate.json
|
|
@@ -0,0 +1,8 @@
|
|
+{
|
|
+ "extends": [
|
|
+ "config:base"
|
|
+ ],
|
|
+ "enabledManagers": [
|
|
+ "github-actions"
|
|
+ ]
|
|
+}
|
|
\ No newline at end of file
|
|
--
|
|
2.42.0
|
|
|