diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8e57a44..3426400 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -2,7 +2,7 @@ $schema: "https://docs.renovatebot.com/renovate-schema.json", extends: [ "config:recommended", - "regexManagers:githubActionsVersions", + "customManagers:githubActionsVersions", "schedule:monthly", ":prConcurrentLimitNone", ":prHourlyLimitNone", @@ -28,7 +28,6 @@ { matchDatasources: ["docker"], matchPackageNames: ["/(^|\\/)linuxserver\\/.*$/"], - // rename revision to build as it seems to fix missing updates for linuxserver rebuilds, maybe related to https://github.com/renovatebot/renovate/issues/27510 versioning: "regex:^(?develop-)?v?(?\\d+)\\.(?\\d+)?\\.?(?\\d+)?(?:ubu\\d+)?(?:\\.|-)?(?\\w?\\d+)?-ls(?\\d+)$", }, ],