Have a look at the `Included presets`: - `abandonments:recommended`: what does it do in practice? What can it do better than my 1y expiration pipeline check (it seems to check all packages against it which is nice, but what happens if it finds an expired package?): https://github.com/DevSecNinja/truenas-apps/blob/28f8b6b03baa7b147296379c64621f0126162dea/.github/workflows/image-security.yml#L22 Example repos to check out: - Renovate's repo itself, there are a bunch of configs to look at. E.g. https://github.com/renovatebot/.github/blob/main/default.json - https://github.com/kdeldycke/repomatic/blob/main/renovate.json5
Have a look at the
Included presets:abandonments:recommended: what does it do in practice? What can it do better than my 1y expiration pipeline check (it seems to check all packages against it which is nice, but what happens if it finds an expired package?): https://github.com/DevSecNinja/truenas-apps/blob/28f8b6b03baa7b147296379c64621f0126162dea/.github/workflows/image-security.yml#L22Example repos to check out: