Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit ac03649

Browse files
committed
Don't update the module api with dependabot
Signed-off-by: Dominik Henneke <[email protected]>
1 parent e20c88c commit ac03649

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ updates:
1414
development-dependencies:
1515
dependency-type: 'development'
1616
ignore:
17+
# The version of the module api describes the compatibility with the Element version. Every
18+
# package can use a different version and we only want to update it if we need new
19+
# features.
20+
- dependency-name: '@matrix-org/react-sdk-module-api'
1721
# For TypeScript, ignore all updates. Stick to the version of @microsoft/api-extractor.
1822
- dependency-name: 'typescript'
1923
# Stick to the react version of Element

0 commit comments

Comments
 (0)