Merge pull request #57 from Borales/renovate/configure

Configure Renovate
This commit is contained in:
Oleksandr Bordun 2022-11-27 16:24:05 +01:00 committed by GitHub
commit 062383b267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/renovate.json vendored Normal file
View 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"
}
]
}