Skip to content

Commit

Permalink
Merge pull request #192 from GiganticMinecraft/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
kory33 authored Jan 26, 2025
2 parents f37da5d + 6344cc4 commit 8742d66
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
{
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"description": "automerge Rust crate updates (>= 1.0.0)",
"matchUpdateTypes": ["minor", "patch"],
"matchManagers": ["cargo"],
"matchUpdateTypes": [
"minor",
"patch"
],
"matchManagers": [
"cargo"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"description": "automerge Rust crate updates (< 1.0.0)",
"matchUpdateTypes": ["patch"],
"matchManagers": ["cargo"],
"matchUpdateTypes": [
"patch"
],
"matchManagers": [
"cargo"
],
"matchCurrentVersion": "/^0/",
"automerge": true
}
Expand Down

0 comments on commit 8742d66

Please sign in to comment.