Skip to content

Commit

Permalink
update renovate config to make unstable updates for fluencelabs packa…
Browse files Browse the repository at this point in the history
…ges (#98)
  • Loading branch information
DieMyst authored May 15, 2024
1 parent 9fac848 commit b7c9d02
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
":semanticCommitTypeAll(chore)"
],
"respectLatest": false,
"ignorePaths": ["api/aqua-api-example/**"],
"enabledManagers": ["npm", "github-actions"],
"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
}
]
}

0 comments on commit b7c9d02

Please sign in to comment.