Skip to content

Commit

Permalink
chore: configure renovate to update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Feb 24, 2025
1 parent de58c09 commit fe40032
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
':preserveSemverRanges',
],
packageRules: [
{
"commitMessageTopic": "Rust crate {{depName}}",
"fileMatch": [
"(^|/)Cargo\\.toml$"
],
"versioning": "cargo",
"rangeStrategy": "pin"
},
{
matchManagers: [
'github-actions',
Expand Down
File renamed without changes.
7 changes: 7 additions & 0 deletions server/ops/docker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Specify svgbob_cli via Cargo.toml so that Renovate can help with updates
[package]
name = "kroki_svgbob"
version = "0.1.0"

[[bin]]
name = "kroki_svgbob"
path = ""

[dependencies]
svgbob_cli = "0.7.0"

0 comments on commit fe40032

Please sign in to comment.