Compare commits

..

8 commits

Author SHA1 Message Date
abe1c96050
add seed test
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-20 15:41:06 +02:00
b5588fe66e
fix validation behaviour 2025-10-20 14:38:26 +02:00
df8cc74d11
refactor: email sync changes
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-17 19:00:54 +02:00
c5dfcbfa11
refactor: email validations 2025-10-17 19:00:54 +02:00
a602108e4f
refactor: email sync changes 2025-10-17 19:00:53 +02:00
0f0dbe2ed3
feat: email uniqueness constraint between user and member 2025-10-17 19:00:53 +02:00
8859ae0ffe
add action changes for email sync 2025-10-17 19:00:53 +02:00
815a7a42e7
email sync tests 2025-10-17 19:00:53 +02:00
3 changed files with 3 additions and 2 deletions

View file

@ -107,6 +107,7 @@ name: renovate
trigger: trigger:
event: event:
- push
- cron - cron
- custom - custom
branch: branch:

View file

@ -1,3 +1,3 @@
elixir 1.18.3-otp-27 elixir 1.18.3-otp-27
erlang 27.3.4 erlang 27.3.4
just 1.43.0 just 1.42.4

View file

@ -1,7 +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": ["* * 1-7 * *"], "schedule": ["* * * * *"],
"packageRules": [ "packageRules": [
{ {
"groupName": "Mix dependencies", "groupName": "Mix dependencies",