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:
renovate[bot] 2022-12-01 13:44:23 +03:00 committed by GitHub
parent 208067eecf
commit 89b88e71a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 1 deletions

22
.github/renovate.json vendored Normal file
View 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"
}
]
}

View File

@ -26,7 +26,7 @@
"libp2p-websockets": "0.16.2", "libp2p-websockets": "0.16.2",
"loglevel": "1.8.0", "loglevel": "1.8.0",
"multiaddr": "10.0.1", "multiaddr": "10.0.1",
"browser-or-node": "^2.0.0", "browser-or-node": "2.0.0",
"buffer": "^6.0.3" "buffer": "^6.0.3"
}, },
"devDependencies": { "devDependencies": {