Skip to content

Commit

Permalink
chore: tweak renovate configs (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetf committed May 5, 2024
1 parent 68f1d1a commit 9e49ef4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exclude = [
]

[dependencies]
itertools = { version = "0.12.1", default-features = false }
itertools = { version = "0.12", default-features = false }
unicode-width = "0.1"

[dev-dependencies]
Expand Down
21 changes: 19 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"config:recommended",
":automergeMinor",
":group:allNonMajor",
],
"rangeStrategy": "update-lockfile",
"automergeStrategy": "squash",
"packageRules": [
{
"automerge": false,
"matchCurrentVersion": "< 1.0.0",
"matchUpdateTypes": [
"minor",
]
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
},
],
}

0 comments on commit 9e49ef4

Please sign in to comment.