diff --git a/Cargo.toml b/Cargo.toml index 4d825fb..29dd867 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde-xml-rs = "0.6" thiserror = "1.0" # fs -tempfile = "3.10" +tempfile = "3.10.1" [dev-dependencies] # testing diff --git a/renovate.json b/renovate.json index 5db72dd..3f426ad 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,12 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" - ] + ], + "packageRules": [ + { + "matchPackagePatterns": ["*"], + "matchManagers": ["cargo"], + "rangeStrategy": "bump" + } + ] }