chore(config): migrate config .github/renovate.json

This commit is contained in:
renovate[bot] 2024-08-06 06:25:59 +00:00 committed by GitHub
parent c15e1354d5
commit 5c78fe138f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
.github/renovate.json vendored
View file

@ -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{/,}**"]
} }
] ]
} }