mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 09:22:36 +00:00
chore: update renovate config (#558)
This commit is contained in:
parent
44b69cfd89
commit
6d2b710c29
1 changed files with 12 additions and 4 deletions
16
.github/renovate.json
vendored
16
.github/renovate.json
vendored
|
|
@ -1,15 +1,23 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["github>renovatebot/presets-internal:node", ":pinDependencies"],
|
"extends": ["github>renovatebot/.github", ":pinDependencies"],
|
||||||
"major": {
|
|
||||||
"stabilityDays": 3
|
|
||||||
},
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Automerge Renovate updates",
|
"description": "Automerge Renovate updates",
|
||||||
"packageNames": ["renovate/renovate"],
|
"packageNames": ["renovate/renovate"],
|
||||||
"updateTypes": ["major", "minor", "patch"],
|
"updateTypes": ["major", "minor", "patch"],
|
||||||
"semanticCommitType": "fix"
|
"semanticCommitType": "fix"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Update references in markdown files weekly",
|
||||||
|
"matchPaths": [".md"],
|
||||||
|
"extends": ["schedule:weekly"],
|
||||||
|
"automerge": true,
|
||||||
|
"stabilityDays": 0,
|
||||||
|
"commitMessageTopic": "references to {{{depName}}}",
|
||||||
|
"semanticCommitType": "docs",
|
||||||
|
"semanticCommitScope": null,
|
||||||
|
"additionalBranchPrefix": "docs-"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue