mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
chore: migrate config (#290)
This commit is contained in:
parent
c32f571ee8
commit
e0ae7f4002
1 changed files with 6 additions and 5 deletions
11
.github/renovate.json
vendored
11
.github/renovate.json
vendored
|
|
@ -1,21 +1,22 @@
|
||||||
{
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base",
|
"config:base",
|
||||||
":rebaseStalePrs",
|
":rebaseStalePrs",
|
||||||
":pinDependencies",
|
":pinDependencies",
|
||||||
":masterIssue",
|
":dependencyDashboard",
|
||||||
"docker:enableMajor"
|
"docker:enableMajor"
|
||||||
],
|
],
|
||||||
"prCreation": "not-pending",
|
"prCreation": "not-pending",
|
||||||
"lockFileMaintenance": {
|
"lockFileMaintenance": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"schedule": null,
|
"schedule": null,
|
||||||
"masterIssueApproval": true,
|
"automerge": true,
|
||||||
"automerge": true
|
"dependencyDashboardApproval": true
|
||||||
},
|
},
|
||||||
"major": {
|
"major": {
|
||||||
"stabilityDays": 3,
|
"stabilityDays": 3,
|
||||||
"masterIssueApproval": true
|
"dependencyDashboardApproval": true
|
||||||
},
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
|
@ -30,7 +31,7 @@
|
||||||
"updateTypes": ["major", "minor", "patch"],
|
"updateTypes": ["major", "minor", "patch"],
|
||||||
"semanticCommitType": "fix",
|
"semanticCommitType": "fix",
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"masterIssueApproval": false
|
"dependencyDashboardApproval": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue