mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 14:00:50 +00:00
28 lines
601 B
JSON
28 lines
601 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
":semanticCommitTypeAll(chore)"
|
|
],
|
|
"enabledManagers": ["cargo", "npm", "github-actions"],
|
|
"schedule": "every weekend",
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": ["^@wasmer", "^wasmer", "^wasm-bindgen"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"matchDepTypes": ["devDependencies"],
|
|
"prPriority": -1
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["major"],
|
|
"prConcurrentLimit": 1
|
|
},
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"prPriority": 1
|
|
}
|
|
]
|
|
}
|