Skip to content

Commit 351c1a4

Browse files
chore(dependabot): remove chainsel config (#767)
The chain selector custom rules didn work as expected because config does not allow multiple of the same package-ecosystem eg gomod. However we no longer need this as MCMS is now using the remote chainselector api
1 parent 59e1759 commit 351c1a4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,10 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: weekly
12-
- package-ecosystem: gomod
13-
directory: "/"
14-
schedule:
15-
interval: daily
16-
# High priority configuration for chain-selectors
17-
allow:
18-
- dependency-name: "github.com/smartcontractkit/chain-selectors"
19-
open-pull-requests-limit: 1
2012
- package-ecosystem: gomod
2113
directory: "/"
2214
schedule:
2315
interval: weekly
24-
# General Go module updates with lower priority
25-
ignore:
26-
- dependency-name: "github.com/smartcontractkit/chain-selectors"
2716
open-pull-requests-limit: 9
2817
- package-ecosystem: npm
2918
directory: "/"

0 commit comments

Comments
 (0)