1 Commits

Author SHA1 Message Date
a3f2c33d04 Add renovate.json
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-07-05 00:51:05 +00:00
3 changed files with 4 additions and 6 deletions

View File

@@ -6,11 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.1.3] - 2025-07-04
### Added
- allow readme
## [0.1.2] - 2025-07-04 ## [0.1.2] - 2025-07-04
### Added ### Added

View File

@@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
version = "0.1.3" version = "0.1.2"
license = "MIT" license = "MIT"
[workspace.dependencies] [workspace.dependencies]

3
renovate.json Normal file
View File

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