mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-11 00:32:18 +08:00
Merge pull request #317 from Borales/renovate/migrate-config
Migrate renovate config
This commit is contained in:
commit
75a4de50e5
6
.github/renovate.json
vendored
6
.github/renovate.json
vendored
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:base", "group:typescript-eslintMonorepo"],
|
"extends": ["config:recommended", "group:typescript-eslintMonorepo"],
|
||||||
"labels": ["dependencies"],
|
"labels": ["dependencies"],
|
||||||
"rangeStrategy": "bump",
|
"rangeStrategy": "bump",
|
||||||
"reviewers": ["borales"],
|
"reviewers": ["borales"],
|
||||||
"postUpdateOptions": ["yarnDedupeHighest"],
|
"postUpdateOptions": ["yarnDedupeHighest"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchSourceUrlPrefixes": ["https://github.com/actions/toolkit"],
|
"groupName": "GitHub Actions Toolkit",
|
||||||
"groupName": "GitHub Actions Toolkit"
|
"matchSourceUrls": ["https://github.com/actions/toolkit{/,}**"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"nvm": {
|
"nvm": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user