mirror of
https://github.com/fluencelabs/interface-types
synced 2024-12-04 23:30:19 +00:00
31bb401d36
* Add renovate.json * Configure renovate * Do not run tests Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
18 lines
333 B
JSON
18 lines
333 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"enabledManagers": ["cargo"],
|
|
"packageRules": [
|
|
{
|
|
"matchLanguages": ["rust"],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
],
|
|
"groupName": "all non-major Rust dependencies"
|
|
}
|
|
]
|
|
}
|