Skip to content

Commit fae49a6

Browse files
authored
Merge pull request #128 from elimu-ai/skip-deployed-contracts
Update dependabot.yml
2 parents f0a0bd4 + c830ed0 commit fae49a6

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

‎.github/dependabot.yml‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
version: 2
55
updates:
6-
- package-ecosystem: "npm" # See documentation for possible values
7-
directory: "/liquidity-rewards" # Location of package manifests
8-
schedule:
9-
interval: "daily"
10-
116
- package-ecosystem: "npm" # See documentation for possible values
127
directory: "/dao-contracts" # Location of package manifests
138
schedule:

‎.github/workflows/community-token.yml‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: DAO Token 💎
22

33
on:
4-
push:
5-
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
4+
workflow_dispatch:
85

96
jobs:
107
build:

‎.github/workflows/liquidity-rewards.yml‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Liquidity Rewards 💸
22

33
on:
4-
push:
5-
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
4+
workflow_dispatch:
85

96
jobs:
107
build:

0 commit comments

Comments
 (0)