Compare commits

..

2 commits

Author SHA1 Message Date
d9e99f7935 Update all stable non-major dependencies
Some checks failed
/ Ansible Lint (pull_request) Failing after 6m16s
/ Ansible Lint (push) Failing after 8m20s
2026-03-06 18:57:26 +00:00
f345ff5e00
renovate: make exclusion of CalVer non-patch/-minor upgrades work
All checks were successful
/ Ansible Lint (push) Successful in 2m27s
Pretix and Pretalx both use CalVer, so we don't want to have upgrades to
their second number be identified as minor updates and get grouped with
all the other minor and patch updates.
The regex to re-classify the second number as major doesn't work.
Probably because of:
"Important: all capture groups must contain only purely numeric values."
(https://docs.renovatebot.com/modules/versioning/regex/)
So instead match on the minor update type for Pretix and Pretalx and set
the group name to null.
2026-03-06 19:53:24 +01:00

Diff content is not available