mirror of
https://github.com/fluencelabs/marine-rs-sdk
synced 2025-03-14 14:00:49 +00:00
chore: Use centralized renovate config (#167)
Use centralized renovate config
This commit is contained in:
parent
d94bf3aa64
commit
8a3861284e
37
.github/renovate.json
vendored
37
.github/renovate.json
vendored
@ -1,39 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base",
|
||||
":semanticCommitTypeAll(chore)"
|
||||
],
|
||||
"enabledManagers": ["cargo", "github-actions"],
|
||||
"schedule": "every weekend",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["cargo"],
|
||||
"matchPackagePatterns": [
|
||||
"fluence-.*",
|
||||
"avm-server",
|
||||
"air-intepreter-wasm",
|
||||
"marine-.*"
|
||||
],
|
||||
"semanticCommitType": "fix",
|
||||
"semanticCommitScope": "deps",
|
||||
"schedule": "at any time"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": ["^@wasmer", "^wasmer", "^wasm-bindgen"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchDepTypes": ["devDependencies"],
|
||||
"prPriority": -1
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["major"],
|
||||
"prConcurrentLimit": 1
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"prPriority": 1
|
||||
}
|
||||
"github>fluencelabs/renovate#add-configs",
|
||||
"github>fluencelabs/renovate:cargo#add-configs"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user