Merge branch 'main' into feature/129_PR_Template
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
d2fefbe00d
3 changed files with 8 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ environment:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: renovate
|
- name: renovate
|
||||||
image: renovate/renovate:41.51
|
image: renovate/renovate:41.70
|
||||||
environment:
|
environment:
|
||||||
RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
|
RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
|
||||||
RENOVATE_TOKEN:
|
RENOVATE_TOKEN:
|
||||||
|
|
|
||||||
6
Justfile
6
Justfile
|
|
@ -78,3 +78,9 @@ regen-migrations migration_name commit_hash='':
|
||||||
|
|
||||||
# Generate a fresh migration
|
# Generate a fresh migration
|
||||||
mix ash.codegen --name "{{migration_name}}"
|
mix ash.codegen --name "{{migration_name}}"
|
||||||
|
|
||||||
|
# Remove all build artifacts
|
||||||
|
clean:
|
||||||
|
mix clean
|
||||||
|
rm -rf .elixir_ls
|
||||||
|
rm -rf _build
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
"extends": ["config:recommended"],
|
||||||
|
"schedule": ["* * 3 * *"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"groupName": "Mix dependencies",
|
"groupName": "Mix dependencies",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue