Skip to content

Commit 0f32a0c

Browse files
committed
ci(dependabot.yml): ignore updates to Cosmos-SDK, CometBFT, and Wasmd, as they are often breaking changes
1 parent 274c1df commit 0f32a0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ updates:
1212
labels:
1313
- "dependencies"
1414
- "dependabot"
15+
ignore:
16+
- dependency-name: "github.com/cosmos/cosmos-sdk*"
17+
- dependency-name: "github.com/cometbft/cometbft*"
18+
- dependency-name: "github.com/CosmWasm/wasmd*"
1519
# checks for updates to the GHA dependencies
1620
- package-ecosystem: "github-actions"
1721
directory: "/"

0 commit comments

Comments
 (0)