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

13 lines
294 B
Plaintext
Raw Permalink Normal View History

2024-07-17 12:21:51 +02:00
{
2024-07-17 12:24:12 +02:00
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
2024-08-17 15:45:52 +02:00
extends: ['local>renovate-bot/renovate-config'],
2024-09-22 23:33:54 +02:00
packageRules: [
{
2024-09-22 23:39:49 +02:00
groupName: 'all non-major dependencies',
groupSlug: 'all-minor-patch',
matchPackageNames: ['*'],
matchUpdateTypes: ['minor', 'patch'],
},
2024-09-22 23:33:54 +02:00
],
2024-07-17 12:21:51 +02:00
}