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
3 changed files with 7 additions and 6 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

@ -34,12 +34,12 @@ defmodule Mv.MixProject do
defp deps do
[
{:sourceror, "~> 1.8", only: [:dev, :test]},
{:live_debugger, "~> 0.1", only: [:dev]},
{:live_debugger, "~> 0.2", only: [:dev]},
{:ash_admin, "~> 0.13"},
{:ash_postgres, "~> 2.0"},
{:ash_phoenix, "~> 2.0"},
{:ash, "~> 3.0"},
{:igniter, "~> 0.5", only: [:dev, :test]},
{:igniter, "~> 0.6", only: [:dev, :test]},
{:phoenix, "~> 1.7.20"},
{:phoenix_ecto, "~> 4.5"},
{:ecto_sql, "~> 3.10"},
@ -64,10 +64,10 @@ defmodule Mv.MixProject do
{:telemetry_poller, "~> 1.0"},
{:gettext, "~> 0.26"},
{:jason, "~> 1.2"},
{:dns_cluster, "~> 0.1.1"},
{:dns_cluster, "~> 0.2.0"},
{:bandit, "~> 1.5"},
{:mix_audit, "~> 2.1", only: [:dev, :test], runtime: false},
{:sobelow, "~> 0.13", only: [:dev, :test], runtime: false},
{:sobelow, "~> 0.14", only: [:dev, :test], runtime: false},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
]
end

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"],