Compare commits

..

5 commits

Author SHA1 Message Date
Renovate Bot
0bb2801e98 chore(deps): update mix dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
2025-05-22 10:36:02 +00:00
32fafad196
chore: Also run renovate on push to main branch
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-05-22 12:34:53 +02:00
ddee222f86
chore: Group renovate postgres updates
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-05-22 12:31:31 +02:00
41634711fe
chore: Remove renovate comment about postgresql in asdf
Since postgres is now handled via docker-compose instead of asdf, the
restriction mentioned in the comment does not apply anymore.
2025-05-22 12:31:31 +02:00
cf18d304ee
chore: Ignore elixir dependency in renovate
Some checks reported errors
continuous-integration/drone/push Build was killed
It's a bit complicated to support the `-otp` postfix right now, so to
fix this right now, we'll just disable automatic updates for elixir.
2025-05-22 12:10:18 +02:00
2 changed files with 13 additions and 1 deletions

View file

@ -72,6 +72,9 @@ trigger:
event:
- cron
- custom
- push
branch:
- main
environment:
LOG_LEVEL: debug

View file

@ -8,8 +8,17 @@
},
{
"groupName": "asdf tool versions",
"description": "Keep in mind that Renovate currently does not support updating PostgreSQL via asdf.",
"matchFileNames": [".tool-versions"]
},
{
"groupName": "postgres",
"description": "Group updates to postgres across drone ci, docker-compose.yml and other files",
"matchDepNames": ["postgres"]
},
{
"matchFileNames": [".tool-versions"],
"matchPackageNames": ["elixir"],
"enabled": false
}
]
}