mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-04-24 23:42:14 +00:00
chore: Update renovate (#169)
* Do not update in nox-distro * Update renovate
This commit is contained in:
parent
459320d224
commit
b6054cc05b
39
.github/renovate.json
vendored
39
.github/renovate.json
vendored
@ -1,39 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base",
|
"github>fluencelabs/renovate",
|
||||||
":semanticCommitTypeAll(chore)"
|
"github>fluencelabs/renovate:npm",
|
||||||
|
"github>fluencelabs/renovate:cargo"
|
||||||
],
|
],
|
||||||
"enabledManagers": ["cargo", "npm", "github-actions", "pip_requirements"],
|
"enabledManagers": ["cargo", "npm", "pip_requirements"]
|
||||||
"rangeStrategy": "pin",
|
|
||||||
"schedule": "every weekend",
|
|
||||||
"respectLatest": false,
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"matchManagers": ["cargo", "npm"],
|
|
||||||
"matchPackagePatterns": [
|
|
||||||
"@fluencelabs/.*",
|
|
||||||
"fluence-.*",
|
|
||||||
"marine-.*"
|
|
||||||
],
|
|
||||||
"semanticCommitType": "fix",
|
|
||||||
"semanticCommitScope": "deps",
|
|
||||||
"schedule": "at any time"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchDepTypes": ["devDependencies"],
|
|
||||||
"prPriority": -1,
|
|
||||||
"semanticCommitType": "chore",
|
|
||||||
"semanticCommitScope": "deps"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchUpdateTypes": ["major"],
|
|
||||||
"prConcurrentLimit": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchManagers": ["github-actions"],
|
|
||||||
"groupName": "all github-actions",
|
|
||||||
"prPriority": -1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user