mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-10 16:22:16 +08:00
Migrate config .github/renovate.json
This commit is contained in:
parent
726692d6eb
commit
7860d3e893
6
.github/renovate.json
vendored
6
.github/renovate.json
vendored
@ -1,14 +1,14 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base", "group:typescript-eslintMonorepo"],
|
||||
"extends": ["config:recommended", "group:typescript-eslintMonorepo"],
|
||||
"labels": ["dependencies"],
|
||||
"rangeStrategy": "bump",
|
||||
"reviewers": ["borales"],
|
||||
"postUpdateOptions": ["yarnDedupeHighest"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchSourceUrlPrefixes": ["https://github.com/actions/toolkit"],
|
||||
"groupName": "GitHub Actions Toolkit"
|
||||
"groupName": "GitHub Actions Toolkit",
|
||||
"matchSourceUrls": ["https://github.com/actions/toolkit{/,}**"]
|
||||
}
|
||||
],
|
||||
"nvm": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user