chore(config): migrate config .github/renovate.json
This commit is contained in:
parent
c15e1354d5
commit
5c78fe138f
1 changed files with 13 additions and 6 deletions
19
.github/renovate.json
vendored
19
.github/renovate.json
vendored
|
@ -32,8 +32,15 @@
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchDatasources": ["npm"],
|
"matchDatasources": ["npm"],
|
||||||
"matchPackageNames": ["eslint", "jshint", "prettier", "typescript"],
|
"matchPackageNames": [
|
||||||
"matchPackagePatterns": ["^@eslint/", "^eslint-", "^@types/"],
|
"eslint",
|
||||||
|
"jshint",
|
||||||
|
"prettier",
|
||||||
|
"typescript",
|
||||||
|
"/^@eslint//",
|
||||||
|
"/^eslint-/",
|
||||||
|
"/^@types//"
|
||||||
|
],
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"platformAutomerge": true,
|
"platformAutomerge": true,
|
||||||
|
@ -65,7 +72,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["npm"],
|
"matchDatasources": ["npm"],
|
||||||
"matchPackagePatterns": ["^@revi/"],
|
|
||||||
"matchUpdateTypes": ["major", "minor", "patch"],
|
"matchUpdateTypes": ["major", "minor", "patch"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"platformAutomerge": true,
|
"platformAutomerge": true,
|
||||||
|
@ -74,7 +80,8 @@
|
||||||
"timezone": "Asia/Seoul",
|
"timezone": "Asia/Seoul",
|
||||||
"labels": ["dependencies", "javascript"],
|
"labels": ["dependencies", "javascript"],
|
||||||
"prPriority": 9,
|
"prPriority": 9,
|
||||||
"groupName": "internal-deps"
|
"groupName": "internal-deps",
|
||||||
|
"matchPackageNames": ["/^@revi//"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["github-actions"],
|
"matchDatasources": ["github-actions"],
|
||||||
|
@ -86,7 +93,6 @@
|
||||||
"groupName": "github actions workflows upgrades"
|
"groupName": "github actions workflows upgrades"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchSourceUrlPrefixes": ["https://github.com"],
|
|
||||||
"prBodyDefinitions": {
|
"prBodyDefinitions": {
|
||||||
"OpenSSF": "[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/{{sourceRepo}}/badge)](https://securityscorecards.dev/viewer/?uri=github.com/{{sourceRepo}})"
|
"OpenSSF": "[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/{{sourceRepo}}/badge)](https://securityscorecards.dev/viewer/?uri=github.com/{{sourceRepo}})"
|
||||||
},
|
},
|
||||||
|
@ -100,7 +106,8 @@
|
||||||
"Passing",
|
"Passing",
|
||||||
"Confidence",
|
"Confidence",
|
||||||
"OpenSSF"
|
"OpenSSF"
|
||||||
]
|
],
|
||||||
|
"matchSourceUrls": ["https://github.com{/,}**"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue