Skip to content

Commit

Permalink
chore(dependabot) ignore wasi >0.11 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Dec 12, 2024
1 parent f85415b commit 3f19cb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ updates:
dependency-type: "development"
patterns:
- "*"
ignore:
- dependency-name: "wasi"
versions: [">0.11"]
labels:
- "pr/dependabot"
commit-message:
Expand All @@ -72,7 +75,7 @@ updates:
ignore:
# do not update beyond proxy-wasm 0.1.x in rust-sdk-ver-zero-one
- dependency-name: "proxy-wasm"
versions: [">=0.2.0"]
versions: [">0.1"]
labels:
- "pr/dependabot"
commit-message:
Expand Down

0 comments on commit 3f19cb5

Please sign in to comment.