Compare commits

..

2 commits

Author SHA1 Message Date
Renovate Bot
f1333e3b9d chore(deps): update mix dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-12 13:14:14 +00:00
503aa9e26b
fix(ci): ignore elixir updates for .drone.yml as well
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-12 15:11:56 +02:00

View file

@ -17,9 +17,14 @@
"matchDatasources": ["docker"]
},
{
"matchFileNames": [".tool-versions", "Dockerfile"],
"description": "Disable elixir updates, as renovate does not work with their <version>-otp-<version> numbering scheme.",
"matchCurrentValue": "**-otp-**",
"enabled": false
},
{
"description": "Disable erlang updates as they need to be coordinated with elixir updates.",
"matchDepNames": "erlang",
"enabled": false
}
]
}