mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 09:52:12 +00:00
ci: Configure Renovate (#209)
* chore(deps): add renovate.json * Update config * Update github-actions in one PR Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
This commit is contained in:
parent
208067eecf
commit
89b88e71a9
22
.github/renovate.json
vendored
Normal file
22
.github/renovate.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base",
|
||||
":semanticCommitTypeAll(chore)"
|
||||
],
|
||||
"enabledManagers": ["npm", "github-actions"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDepTypes": ["devDependencies"],
|
||||
"prPriority": -1
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["major"],
|
||||
"prConcurrentLimit": 1
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"groupName": "all github-actions"
|
||||
}
|
||||
]
|
||||
}
|
@ -26,7 +26,7 @@
|
||||
"libp2p-websockets": "0.16.2",
|
||||
"loglevel": "1.8.0",
|
||||
"multiaddr": "10.0.1",
|
||||
"browser-or-node": "^2.0.0",
|
||||
"browser-or-node": "2.0.0",
|
||||
"buffer": "^6.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user