mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-16 03:22:16 +08:00
Merge pull request #57 from Borales/renovate/configure
Configure Renovate
This commit is contained in:
commit
062383b267
13
.github/renovate.json
vendored
Normal file
13
.github/renovate.json
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": ["config:base", "group:typescript-eslintMonorepo"],
|
||||||
|
"labels": ["dependencies"],
|
||||||
|
"rangeStrategy": "bump",
|
||||||
|
"reviewers": ["borales"],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchSourceUrlPrefixes": ["https://github.com/actions/toolkit"],
|
||||||
|
"groupName": "GitHub Actions Toolkit"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user