chore(dependabot): remove chainsel config#767
Conversation
|
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
d0be56d to
ecbde1e
Compare
There was a problem hiding this comment.
Pull request overview
Removes the custom Dependabot configuration that attempted to prioritize github.com/smartcontractkit/chain-selectors updates, since the approach didn’t work with Dependabot’s per-ecosystem constraints and the project no longer needs it (MCMS now uses the remote chainselector API).
Changes:
- Removed the dedicated high-priority
gomodupdate block forgithub.com/smartcontractkit/chain-selectors. - Removed the corresponding ignore rule that previously excluded
chain-selectorsfrom the generalgomodupdates.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|





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