Compare commits

...

3 commits

Author SHA1 Message Date
0c8beeea07 Update docker.io/library/redis Docker tag to v8
All checks were successful
/ Ansible Lint (push) Successful in 2m9s
/ Ansible Lint (pull_request) Successful in 2m8s
2025-10-24 17:30:47 +00:00
37cedb1ad0
renovate: label all PRs with the "renovate" label
All checks were successful
/ Ansible Lint (push) Successful in 2m25s
2025-10-24 19:28:49 +02:00
658a50d19b
renovate: use rebase stale PRs preset to rebase once base branch updated
All checks were successful
/ Ansible Lint (push) Successful in 2m23s
Use this configuration to always have the fast-forward option.

https://docs.renovatebot.com/presets-default/#rebasestaleprs
2025-10-24 19:18:04 +02:00
2 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,9 @@
"config:recommended", // Included in config:best-practices anyway, but added for clarity.
"config:best-practices",
":ignoreUnstable",
":disableRateLimiting"
":disableRateLimiting",
":rebaseStalePrs",
":label(renovate)"
],
"semanticCommits": "disabled",
"packageRules": [

View file

@ -13,7 +13,7 @@ services:
restart: unless-stopped
redis:
image: docker.io/library/redis:7.4.6@sha256:a9cc41d6d01da2aa26c219e4f99ecbeead955a7b656c1c499cce8922311b2514
image: docker.io/library/redis:8.2.2@sha256:4521b581dbddea6e7d81f8fe95ede93f5648aaa66a9dacd581611bf6fe7527bd
ports:
- "6379:6379"
volumes: