Compare commits

..

3 commits

Author SHA1 Message Date
Renovate Bot
5c895661e2 chore(deps): update mix dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
2025-05-22 11:12:06 +00:00
Renovate Bot
0d33f1baf7 chore(deps): update renovate/renovate docker tag to v40
All checks were successful
continuous-integration/drone/push Build is passing
2025-05-22 13:10:48 +02:00
aeb9cb8e29
fix(renovate): Exclude elixir dependencies from postgres update
All checks were successful
continuous-integration/drone/push Build is passing
2025-05-22 13:09:00 +02:00
2 changed files with 3 additions and 2 deletions

View file

@ -81,7 +81,7 @@ environment:
steps:
- name: renovate
image: renovate/renovate:39.264
image: renovate/renovate:40.22
environment:
RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
RENOVATE_TOKEN:

View file

@ -13,7 +13,8 @@
{
"groupName": "postgres",
"description": "Group updates to postgres across drone ci, docker-compose.yml and other files",
"matchPackageNames": ["**postgres**"]
"matchPackageNames": ["postgres", "docker.io/library/postgres"],
"matchDatasources": ["docker"]
},
{
"matchFileNames": [".tool-versions", "Dockerfile"],