3 Commits

Author SHA1 Message Date
47b8e925d4 chore(release): v0.0.5 (#6)
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
chore(release): 0.0.5

Co-authored-by: cuddle-please <bot@cuddle.sh>
Reviewed-on: #6
2025-11-13 19:57:54 +01:00
8058af46f5 chore: Configure Renovate (#5)
All checks were successful
continuous-integration/drone/push Build is passing
Add renovate.json

Reviewed-on: #5
2025-11-13 19:57:45 +01:00
b4bc8d35be fix: url
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-13 19:57:01 +01:00
3 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.0.5] - 2025-11-13 ## [0.0.5] - 2025-11-13
### Fixed
- url
### Other ### Other
- update notmad - update notmad

View File

@@ -12,6 +12,6 @@ please:
repository: "drop-queue" repository: "drop-queue"
branch: main branch: main
settings: settings:
api_url: "https://git.front.kjuulh.io" api_url: "https://git.kjuulh.io"
actions: actions:
rust: rust:

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}