chore: Update renovate (#123)

This commit is contained in:
Anatolios Laskaris 2024-09-04 17:31:25 +03:00 committed by GitHub
parent 3c1d2c30e0
commit dbb1f95de0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 33 deletions

8
.github/renovate.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"extends": [
"github>fluencelabs/renovate",
"github>fluencelabs/renovate:npm"
],
"ignorePaths": ["api/aqua-api-example/**"],
"enabledManagers": ["npm"]
}

View File

@ -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": ["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
}
]
} }