Added PR and issue templates closes #129 #139

Merged
carla merged 2 commits from feature/129_PR_Template into main 2025-08-14 12:55:03 +02:00
3 changed files with 8 additions and 1 deletions
Showing only changes of commit d2fefbe00d - Show all commits

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