Skip to content

Commit 2402652

Browse files
authored
Merge pull request #1682 from skalenetwork/release-2.1.0
Release 2.1.0
2 parents 1b71bb8 + 5140c82 commit 2402652

File tree

125 files changed

+167
-66776
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+167
-66776
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
11
version: 2
22
updates:
3-
- package-ecosystem: npm
4-
directory: "/agent"
5-
schedule:
6-
interval: "weekly"
7-
day: "saturday"
8-
open-pull-requests-limit: 10
93
- package-ecosystem: npm
104
directory: "/proxy"
115
schedule:
126
interval: "weekly"
137
day: "saturday"
148
allow:
159
- dependency-type: "production"
16-
- package-ecosystem: npm
17-
directory: "/npms/skale-ima"
18-
schedule:
19-
interval: "weekly"
20-
day: "saturday"
21-
open-pull-requests-limit: 10

.github/workflows/cla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
result-encoding: string
1919
script: |
2020
const members = await github.paginate(
21-
github.rest.orgs.listMembers,
22-
{ org: "skalenetwork" },
21+
github.rest.orgs.listMembers,
22+
{ org: "skalenetwork" },
2323
);
2424
return members.map(m => m.login).join(",");
2525
- name: "CLA Assistant"

0 commit comments

Comments
 (0)