Skip to content

Commit

Permalink
Merge pull request #1682 from skalenetwork/release-2.1.0
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
DimaStebaev authored Mar 20, 2024
2 parents 1b71bb8 + 5140c82 commit 2402652
Show file tree
Hide file tree
Showing 125 changed files with 167 additions and 66,776 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/agent"
schedule:
interval: "weekly"
day: "saturday"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/proxy"
schedule:
interval: "weekly"
day: "saturday"
allow:
- dependency-type: "production"
- package-ecosystem: npm
directory: "/npms/skale-ima"
schedule:
interval: "weekly"
day: "saturday"
open-pull-requests-limit: 10
4 changes: 2 additions & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
result-encoding: string
script: |
const members = await github.paginate(
github.rest.orgs.listMembers,
{ org: "skalenetwork" },
github.rest.orgs.listMembers,
{ org: "skalenetwork" },
);
return members.map(m => m.login).join(",");
- name: "CLA Assistant"
Expand Down
Loading

0 comments on commit 2402652

Please sign in to comment.