Skip to content

Commit

Permalink
ci: migrate renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Oct 28, 2024
1 parent 8a37a45 commit 4366d39
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,22 @@
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended",
"regexManagers:githubActionsVersions",
"customManagers:githubActionsVersions",
"schedule:monthly",
":prConcurrentLimitNone",
":prHourlyLimitNone",
":pinVersions",
],
// remove examples from ignore path
ignorePaths: [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/__tests__/**",
"**/test/**",
"**/tests/**",
"**/__fixtures__/**",
],
labels: ["dependencies"],
packageRules: [
{
Expand All @@ -27,9 +37,9 @@
},
{
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+)$",
matchUpdateTypes: ["minor", "patch"],
groupName: "all docker updates (without major)",
groupSlug: "all-docker",
},
],
}

0 comments on commit 4366d39

Please sign in to comment.