Skip to content

Commit 1d94c29

Browse files
authored
chore: Update renovate (#437)
Update renovate
1 parent a521267 commit 1d94c29

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

.github/renovate.json

+4-17
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,14 @@
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:cargo",
5+
"github>fluencelabs/renovate:np,"
66
],
7-
"enabledManagers": ["cargo", "npm", "github-actions"],
8-
"schedule": "every weekend",
7+
"enabledManagers": ["cargo", "npm"],
98
"packageRules": [
109
{
1110
"matchPackagePatterns": ["^@wasmer", "^wasmer", "^wasm-bindgen"],
1211
"enabled": false
13-
},
14-
{
15-
"matchDepTypes": ["devDependencies"],
16-
"prPriority": -1
17-
},
18-
{
19-
"matchUpdateTypes": ["major"],
20-
"prConcurrentLimit": 1
21-
},
22-
{
23-
"matchManagers": ["github-actions"],
24-
"prPriority": 1
2512
}
2613
]
2714
}

0 commit comments

Comments
 (0)