Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 89b88e7

Browse files
renovate[bot]nahsi
andauthored
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>
1 parent 208067e commit 89b88e7

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.github/renovate.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base",
5+
":semanticCommitTypeAll(chore)"
6+
],
7+
"enabledManagers": ["npm", "github-actions"],
8+
"packageRules": [
9+
{
10+
"matchDepTypes": ["devDependencies"],
11+
"prPriority": -1
12+
},
13+
{
14+
"matchUpdateTypes": ["major"],
15+
"prConcurrentLimit": 1
16+
},
17+
{
18+
"matchManagers": ["github-actions"],
19+
"groupName": "all github-actions"
20+
}
21+
]
22+
}

packages/fluence-connection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"libp2p-websockets": "0.16.2",
2727
"loglevel": "1.8.0",
2828
"multiaddr": "10.0.1",
29-
"browser-or-node": "^2.0.0",
29+
"browser-or-node": "2.0.0",
3030
"buffer": "^6.0.3"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)