Skip to content

Commit

Permalink
chore: auto update submodules (#512)
Browse files Browse the repository at this point in the history
* fix: allow non-standard eip155 att key

* chore: auto-update submodules
  • Loading branch information
chris13524 authored Apr 23, 2024
1 parent f16f4f2 commit b9a4816
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
[submodule "rs-relay"]
path = rs-relay
url = git@github.com:WalletConnect/rs-relay.git
branch = notify-server-pinned
19 changes: 11 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":prConcurrentLimit10",
":prHourlyLimit2",
":semanticCommits",
":semanticCommitScope(deps)"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":prConcurrentLimit10",
":prHourlyLimit2",
":semanticCommits",
":semanticCommitScope(deps)"
],
"git-submodules": {
"enabled": true
}
}

0 comments on commit b9a4816

Please sign in to comment.