Compare commits

..

5 commits

Author SHA1 Message Date
5ab73aada6 Update gettext: extract and merge after fee type filter strings
Some checks reported errors
continuous-integration/drone/push Build was killed
2026-03-09 13:19:27 +01:00
a2cbac0744 Add member fee type filter to member list
- Filter by membership fee type in same style as groups (All/Yes/No per type)
- Index: load fee types, fee_type_filters, URL params, apply_fee_type_filters
- MemberFilterComponent: fee types section, events, reset, button label
- Refactor update_filters: extract parse/dispatch helpers to satisfy Credo complexity
2026-03-09 13:19:27 +01:00
69a978de0f Merge pull request 'Update renovate/renovate Docker tag to v43' (#396) from renovate/renovate-renovate-43.x into main
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #396
2026-03-09 13:15:30 +01:00
4469421871
fix renovate syntax
Some checks reported errors
continuous-integration/drone/push Build was killed
2026-03-09 13:14:38 +01:00
Renovate Bot
419b64270c Update renovate/renovate Docker tag to v43
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-07 00:04:57 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -273,7 +273,7 @@ environment:
steps: steps:
- name: renovate - name: renovate
image: renovate/renovate:42.99 image: renovate/renovate:43.59
environment: environment:
RENOVATE_CONFIG_FILE: "renovate_backend_config.js" RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
RENOVATE_TOKEN: RENOVATE_TOKEN:

View file

@ -5,7 +5,7 @@
"packageRules": [ "packageRules": [
{ {
"groupName": "Mix dependencies", "groupName": "Mix dependencies",
"matchCategories": "elixir" "matchCategories": ["elixir"]
}, },
{ {
"groupName": "asdf tool versions", "groupName": "asdf tool versions",