Skip to content

Commit

Permalink
ci: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Oct 28, 2024
1 parent 103328b commit 376f66c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json5 → .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@
matchDepTypes: ["dependencies"],
matchUpdateTypes: ["patch", "minor"],
},
{
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+)$",
},
],
}

0 comments on commit 376f66c

Please sign in to comment.