Compare commits

...

2 commits

Author SHA1 Message Date
fa44bd7059 Update docker.io/library/redis Docker tag to v8
All checks were successful
/ Ansible Lint (push) Successful in 2m53s
/ Ansible Lint (pull_request) Successful in 2m52s
2026-02-11 02:28:07 +00:00
d3c414adbf
renovate: have version changing package rules before grouping
All checks were successful
/ Ansible Lint (push) Successful in 2m13s
They (at least the pretalx one) currently don't work, so try having them
first.
2026-02-11 03:24:22 +01:00
2 changed files with 11 additions and 11 deletions

View file

@ -19,6 +19,16 @@
"galaxy-roles/**" "galaxy-roles/**"
], ],
"packageRules": [ "packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/pretix/standalone"],
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/pretalx/standalone"],
"versioning": "regex:^v(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
},
// Create a package rule for grouping all stable non-major dependency updates together. // Create a package rule for grouping all stable non-major dependency updates together.
// A combination of/inspired by: // A combination of/inspired by:
// https://docs.renovatebot.com/presets-group/#groupallnonmajor // https://docs.renovatebot.com/presets-group/#groupallnonmajor
@ -31,16 +41,6 @@
"minor", "minor",
"patch" "patch"
] ]
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/pretix/standalone"],
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/pretalx/standalone"],
"versioning": "regex:^v(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
} }
], ],
"customManagers": [ "customManagers": [

View file

@ -13,7 +13,7 @@ services:
restart: unless-stopped restart: unless-stopped
redis: redis:
image: docker.io/library/redis:7.4.7 image: docker.io/library/redis:8.6.0
ports: ports:
- "6379:6379" - "6379:6379"
volumes: volumes: