chore: reconfigure renovate (#708)

This commit is contained in:
Michael Kriese 2023-03-15 11:07:48 +01:00 committed by GitHub
parent c65e90f58b
commit 4f9981c915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 14 deletions

23
.github/renovate.json vendored
View file

@ -19,16 +19,25 @@
"semanticCommitType": "docs",
"semanticCommitScope": null,
"additionalBranchPrefix": "docs-"
},
{
"description": "use build semanctic type for some deps",
"matchPackageNames": [
"@vercel/ncc",
"conventional-changelog-conventionalcommits",
"semantic-release",
"typescript"
],
"matchPackagePrefixes": ["@semantic-release/"],
"semanticCommitType": "build"
},
{
"description": "use ci semanctic type for some deps",
"matchPaths": [".github/workflows/**"],
"semanticCommitType": "ci"
}
],
"regexManagers": [
{
"fileMatch": ["^src/docker\\.ts$"],
"matchStrings": [
"// renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>.+?)(?: versioning=(?<versioning>[a-z-]+?))?\\s+const\\s+tag\\s+=\\s+'(?<currentValue>.+?)';"
],
"versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}"
},
{
"fileMatch": ["^README\\.md$"],
"matchStrings": [