From 0f5eec5d4f53df41e09cb387473cce0b5a842370 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 12 Dec 2024 20:35:58 +0000 Subject: [PATCH 1/2] Migrate config .github/renovate.json5 --- .github/renovate.json5 | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1546dee1dd..ef7042a7c3 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,13 +1,19 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"], - "labels": ["Dependencies"], - "semanticCommits": "disabled", - "packageRules": [ + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: [ + 'config:recommended', + ], + labels: [ + 'Dependencies', + ], + semanticCommits: 'disabled', + packageRules: [ { - "groupName": "GitHub Actions", - "matchManagers": ["github-actions"], - "pinDigests": true, - } - ] + groupName: 'GitHub Actions', + matchManagers: [ + 'github-actions', + ], + pinDigests: true, + }, + ], } From 9dbc18bc41cbb7d95995f452fadacc24696b9457 Mon Sep 17 00:00:00 2001 From: AntsyLich <59261191+AntsyLich@users.noreply.github.com> Date: Fri, 13 Dec 2024 02:38:50 +0600 Subject: [PATCH 2/2] Update renovate.json5 --- .github/renovate.json5 | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ef7042a7c3..8e2bd9f17b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,19 +1,13 @@ { - $schema: 'https://docs.renovatebot.com/renovate-schema.json', - extends: [ - 'config:recommended', - ], - labels: [ - 'Dependencies', - ], - semanticCommits: 'disabled', - packageRules: [ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended"], + "labels": ["Dependencies"], + "semanticCommits": "disabled", + "packageRules": [ { - groupName: 'GitHub Actions', - matchManagers: [ - 'github-actions', - ], - pinDigests: true, + "groupName": "GitHub Actions", + "matchManagers": ["github-actions"], + "pinDigests": true, }, ], }