Skip to content

Commit

Permalink
[renovate] disable semver-compatible updates
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Jun 15, 2023
1 parent 4f8d854 commit c74cf1e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,21 @@
"prHourlyLimit": 10,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchLanguages": ["js", "javascript", "ts", "typescript", "node", "npm", "nodejs"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchLanguages": ["rs", "rust", "cargo"],
"matchCurrentVersion": ">=1.0.0",
"matchUpdateTypes": ["patch", "minor"],
"enabled": false
},
{
"matchLanguages": ["rs", "rust", "cargo"],
"matchCurrentVersion": ">=0.1.0",
"matchUpdateTypes": ["patch"],
"enabled": false
}
]
}

0 comments on commit c74cf1e

Please sign in to comment.