Skip to content

Commit

Permalink
feat(renovate): split containers
Browse files Browse the repository at this point in the history
also enables some goodies in config
  • Loading branch information
JuniorJPDJ authored Mar 18, 2024
1 parent 9d6159d commit b1152bc
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:best-practices",
":semanticCommits",
":semanticCommitScopeDisabled",
"docker:enableMajor"
],
"prHourlyLimit": 0,
"semanticCommits": "enabled",
"customManagers": [
{
"customType": "regex",
Expand All @@ -14,5 +16,12 @@
      ],
      "versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}"
}
],
"packageRules": [
{
"matchFileNames": ["^containers/*/**"],
"additionalBranchPrefix": "{{parentDir}}-",
"semanticCommitScope": "{{parentDir}}"
}
]
}

0 comments on commit b1152bc

Please sign in to comment.