mirror of
https://github.com/fluencelabs/interface-types
synced 2024-12-04 07:10:21 +00:00
Configure Renovate (#21)
* 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>
This commit is contained in:
parent
b1267354da
commit
31bb401d36
17
.github/renovate.json
vendored
Normal file
17
.github/renovate.json
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user