Compare commits

..

11 commits

Author SHA1 Message Date
d8f3a9ecd4 add seed test
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-20 15:49:59 +02:00
c15d8d203d fix validation behaviour 2025-10-20 15:49:59 +02:00
cef5db3ce9 refactor: email sync changes 2025-10-20 15:49:59 +02:00
d1f660e26d refactor: email validations 2025-10-20 15:49:59 +02:00
6ac47bdd9c refactor: email sync changes 2025-10-20 15:49:59 +02:00
ab5c1d6639 feat: email uniqueness constraint between user and member 2025-10-20 15:49:59 +02:00
862ab9f09d add action changes for email sync 2025-10-20 15:49:59 +02:00
3480767755 email sync tests 2025-10-20 15:49:59 +02:00
9a276218c5 Merge pull request 'chore(deps): update dependency just to v1.43.0' (#182) from renovate/asdf-tool-versions into main
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
Reviewed-on: #182
2025-10-20 15:46:15 +02:00
Renovate Bot
d8ab0d80db chore(deps): update dependency just to v1.43.0
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-18 00:14:27 +00:00
7c295daedc
chore: run renovate each day of the first week of the month
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-17 19:40:03 +02:00
3 changed files with 2 additions and 3 deletions

View file

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

View file

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

View file

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