Compare commits
2 commits
6b31053512
...
597e51581f
| Author | SHA1 | Date | |
|---|---|---|---|
| 597e51581f | |||
|
96ecd033c8 |
2 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"config:best-practices",
|
||||
":ignoreUnstable"
|
||||
],
|
||||
"semanticCommits": "disabled",
|
||||
"packageRules": [
|
||||
// Create a package rule for grouping all stable non-major dependency updates together.
|
||||
// A combination of/inspired by:
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
redis:
|
||||
image: docker.io/library/redis:7.4.6
|
||||
image: docker.io/library/redis:8.2.2@sha256:4521b581dbddea6e7d81f8fe95ede93f5648aaa66a9dacd581611bf6fe7527bd
|
||||
ports:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue