Skip to content

Commit

Permalink
Merge pull request #1619 from skalenetwork/ticket-1577/move-IMA-Agent…
Browse files Browse the repository at this point in the history
…-into-standing-alone-repository

ticket-1577 IMA Agent moved into it's own repository
  • Loading branch information
DmytroNazarenko authored Jan 8, 2024
2 parents 1b2884e + 6d887f2 commit 97d1ded
Show file tree
Hide file tree
Showing 115 changed files with 18 additions and 66,770 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 97d1ded

Please sign in to comment.