Compare commits

..

3 commits

Author SHA1 Message Date
bc1685ecd3 chore(deps): update postgres docker tag to v18
Some checks failed
/ Ansible Lint (push) Failing after 48s
/ Ansible Lint (pull_request) Failing after 48s
2025-10-21 21:16:19 +00:00
282e82728b
renovate: match file compose jinja2 templates (.j2) as well
Some checks failed
/ Ansible Lint (push) Failing after 52s
2025-10-21 23:12:34 +02:00
f842723e9a
remove daily schedule for Renovate (for now?)
Some checks failed
/ Ansible Lint (push) Failing after 50s
2025-10-21 23:03:02 +02:00
2 changed files with 7 additions and 3 deletions

View file

@ -3,7 +3,6 @@
"extends": [
"config:recommended", // Included in config:best-practices anyway, but added for clarity.
"config:best-practices",
"schedule:daily",
":ignoreUnstable"
],
"packageRules": [
@ -20,5 +19,10 @@
"patch"
]
}
]
],
"docker-compose": {
"managerFilePatterns": [
"/(^|/)(?:docker-)?compose[^/]*\\.ya?ml.j2$/"
]
}
}

View file

@ -46,7 +46,7 @@ services:
- "8080:8080"
db:
image: postgres:15.14
image: postgres:18.0@sha256:b5b154cfe5bfed10a2e68f9d064ab76cebf28b4c80bedf714e6b500f839fbe9d
restart: unless-stopped
networks:
- keycloak