mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 01:12:35 +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",
|
||||
"extends": ["github>renovatebot/presets-internal:node", ":pinDependencies"],
|
||||
"major": {
|
||||
"stabilityDays": 3
|
||||
},
|
||||
"extends": ["github>renovatebot/.github", ":pinDependencies"],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Automerge Renovate updates",
|
||||
"packageNames": ["renovate/renovate"],
|
||||
"updateTypes": ["major", "minor", "patch"],
|
||||
"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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue