diff --git a/.drone.yml b/.drone.yml index 3195217..8004191 100644 --- a/.drone.yml +++ b/.drone.yml @@ -109,6 +109,7 @@ trigger: event: - cron - custom + - push branch: - main @@ -117,7 +118,7 @@ environment: steps: - name: renovate - image: renovate/renovate:41.72 + image: renovate/renovate:41.51 environment: RENOVATE_CONFIG_FILE: "renovate_backend_config.js" RENOVATE_TOKEN: diff --git a/.forgejo/issue_template/bug.md b/.forgejo/issue_template/bug.md deleted file mode 100644 index fdb8f31..0000000 --- a/.forgejo/issue_template/bug.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: 'Bug Tempate' -about: 'This template is for bugs!' -title: '[BUG]: ' -ref: 'main' -labels: - - bug ---- - - - -## Expected Behavior - - -## Current Behavior - - -## Possible Solution - - -## Steps to Reproduce - -1. -2. -3. -4. - - -## Detailed Description - - -## Possible Implementation - \ No newline at end of file diff --git a/.forgejo/issue_template/feature.md b/.forgejo/issue_template/feature.md deleted file mode 100644 index 162bd00..0000000 --- a/.forgejo/issue_template/feature.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: 'Feature Template' -about: 'This template is for new features!' -title: '[FEATURE]: ' -ref: 'main' -labels: - - feature ---- -## Description - - - -## Acceptance criteria -- [ ] AC 1 -- [ ] AC 2 - -## External or internal Dependencies - diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md deleted file mode 100644 index 9d35117..0000000 --- a/.forgejo/pull_request_template.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -name: 'New Pull-Request' -about: 'This is the template for a new Pull Request' -title: 'WIP: ' -ref: 'main' -labels: ---- - -## Description of the implemented changes -The changes were: -- [ ] Bugfixing -- [ ] New Feature -- [ ] Breaking Change -- [ ] Refactoring - - - - -## What has been changed? - - -## Definition of Done -### Code Quality -- [ ] No new technical depths -- [ ] Linting passed -- [ ] Documentation is added were needed - -### Accessibility -- [ ] New elements are properly defined with html-tags -- [ ] Colour contrast follows WCAG criteria -- [ ] Aria labels are added when needed -- [ ] Everything is accessible by keyboard -- [ ] Tab-Order is comprehensible -- [ ] All interactive elements have a visible focus - -### Testing -- [ ] Tests for new code are written -- [ ] All tests pass -- [ ] axe-core dev tools show no critical or major issues - - -## Additional Notes - - diff --git a/Justfile b/Justfile index 1874b67..4feafa9 100644 --- a/Justfile +++ b/Justfile @@ -78,9 +78,3 @@ 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/docker-compose.yml b/docker-compose.yml index 0071ba6..6828b89 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,7 +30,7 @@ services: rauthy: container_name: rauthy-dev - image: ghcr.io/sebadob/rauthy:0.32.0 + image: ghcr.io/sebadob/rauthy:0.31.3 environment: - LOCAL_TEST=true - SMTP_URL=mailcrab diff --git a/renovate.json b/renovate.json index 78fbbad..d1281a3 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], - "schedule": ["* * 3 * *"], "packageRules": [ { "groupName": "Mix dependencies",