Skip to content

Commit e43e217

Browse files
authored
chore: Update renovate (#457)
Update renovate
1 parent 02d1981 commit e43e217

File tree

1 file changed

+3
-33
lines changed

1 file changed

+3
-33
lines changed

Diff for: .github/renovate.json

+3-33
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,7 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
32
"extends": [
4-
"config:base",
5-
":semanticCommitTypeAll(chore)"
3+
"github>fluencelabs/renovate",
4+
"github>fluencelabs/renovate:npm"
65
],
7-
"prBodyTemplate": "{{{header}}}{{{table}}}{{{warnings}}}{{{notes}}}{{{configDescription}}}{{{controls}}}{{{footer}}}",
8-
"enabledManagers": ["npm", "github-actions"],
9-
"rangeStrategy": "pin",
10-
"schedule": "every weekend",
11-
"respectLatest": false,
12-
"packageRules": [
13-
{
14-
"matchManagers": ["npm"],
15-
"matchPackagePatterns": [
16-
"@fluencelabs/.*"
17-
],
18-
"semanticCommitType": "fix",
19-
"semanticCommitScope": "deps",
20-
"schedule": "at any time"
21-
},
22-
{
23-
"matchDepTypes": ["devDependencies"],
24-
"prPriority": -1,
25-
"semanticCommitType": "chore",
26-
"semanticCommitScope": "deps"
27-
},
28-
{
29-
"matchUpdateTypes": ["major"],
30-
"prConcurrentLimit": 1
31-
},
32-
{
33-
"matchManagers": ["github-actions"],
34-
"groupName": "all github-actions"
35-
}
36-
]
6+
"enabledManagers": ["npm"]
377
}

0 commit comments

Comments
 (0)