Merge branch 'main' into feature/129_PR_Template
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
carla 2025-08-14 12:41:32 +02:00
commit d2fefbe00d
3 changed files with 8 additions and 1 deletions

View file

@ -118,7 +118,7 @@ environment:
steps:
- name: renovate
image: renovate/renovate:41.51
image: renovate/renovate:41.70
environment:
RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
RENOVATE_TOKEN:

View file

@ -78,3 +78,9 @@ regen-migrations migration_name commit_hash='':
# Generate a fresh migration
mix ash.codegen --name "{{migration_name}}"
# Remove all build artifacts
clean:
mix clean
rm -rf .elixir_ls
rm -rf _build

View file

@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"schedule": ["* * 3 * *"],
"packageRules": [
{
"groupName": "Mix dependencies",