chore: Update renovate (#169)

* Do not update in nox-distro

* Update renovate
This commit is contained in:
Anatolios Laskaris 2024-09-04 21:08:36 +03:00 committed by GitHub
parent 459320d224
commit b6054cc05b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

39
.github/renovate.json vendored
View File

@ -1,39 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommitTypeAll(chore)"
"github>fluencelabs/renovate",
"github>fluencelabs/renovate:npm",
"github>fluencelabs/renovate:cargo"
],
"enabledManagers": ["cargo", "npm", "github-actions", "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
}
]
"enabledManagers": ["cargo", "npm", "pip_requirements"]
}