Skip to content
Snippets Groups Projects
Unverified Commit 94a1fead authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

add renovate config (#19145)

parent 756b1c10
No related branches found
No related tags found
No related merge requests found
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":preserveSemverRanges"
],
"schedule": ["every month on the first day of the month"],
"prHourlyLimit": 10,
"prConcurrentLimit": 20,
"postUpdateOptions": ["yarnDedupeFewer"],
"labels": ["dependencies", "bot"],
"enabledManagers": ["npm"],
"packageRules": [{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
},
{
"matchUpdateTypes": [
"major"
],
"enabled": false
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment