mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
chore: reconfigure renovate (#708)
This commit is contained in:
parent
c65e90f58b
commit
4f9981c915
2 changed files with 16 additions and 14 deletions
23
.github/renovate.json
vendored
23
.github/renovate.json
vendored
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue