This repository has been archived on 2024-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
fotochallenge/renovate.json5
Valentin Brandl 670b2d7cb5
Some checks failed
/ Misc Linters (push) Has been cancelled
/ Build App (push) Has been cancelled
Group updates
2024-09-22 23:33:54 +02:00

18 lines
324 B
Plaintext

{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['local>renovate-bot/renovate-config'],
packageRules: [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackageNames": [
"*",
],
"matchUpdateTypes": [
"minor",
"patch",
]
}
],
}