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 921ef46a1f
Some checks failed
/ Build App (push) Failing after 2s
/ Misc Linters (push) Successful in 31s
Formatting
2024-09-22 23:39:49 +02:00

13 lines
294 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'],
},
],
}