diff --git a/.drone.yml b/.drone.yml index 8004191..dfdc5cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: diff --git a/Justfile b/Justfile index 26db3bc..21e54fb 100644 --- a/Justfile +++ b/Justfile @@ -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 \ No newline at end of file diff --git a/renovate.json b/renovate.json index d1281a3..78fbbad 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], + "schedule": ["* * 3 * *"], "packageRules": [ { "groupName": "Mix dependencies",