Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 8a37a45 commit ef9c90d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended",
"regexManagers:githubActionsVersions",
"customManagers:githubActionsVersions",
"schedule:monthly",
":prConcurrentLimitNone",
":prHourlyLimitNone",
Expand All @@ -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:^(?<prerelease>develop-)?v?(?<major>\\d+)\\.(?<minor>\\d+)?\\.?(?<patch>\\d+)?(?:ubu\\d+)?(?:\\.|-)?(?<build_old>\\w?\\d+)?-ls(?<build>\\d+)$",
},
],
Expand Down

0 comments on commit ef9c90d

Please sign in to comment.