mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
Update renovate
This commit is contained in:
parent
3f4abfbf4f
commit
a4a13379cd
36
.github/renovate.json
vendored
36
.github/renovate.json
vendored
@ -1,38 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base",
|
"github>fluencelabs/renovate",
|
||||||
":semanticCommitTypeAll(chore)"
|
"github>fluencelabs/renovate:npm"
|
||||||
],
|
],
|
||||||
"respectLatest": false,
|
|
||||||
"ignorePaths": ["api/aqua-api-example/**"],
|
"ignorePaths": ["api/aqua-api-example/**"],
|
||||||
"enabledManagers": ["sbt", "npm", "github-actions"],
|
"enabledManagers": ["npm"]
|
||||||
"rangeStrategy": "pin",
|
|
||||||
"schedule": "every weekend",
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"matchManagers": ["npm"],
|
|
||||||
"matchPackagePatterns": [
|
|
||||||
"@fluencelabs/.*"
|
|
||||||
],
|
|
||||||
"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…
Reference in New Issue
Block a user