mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-02 18:43:35 +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",
|
||||
"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