Skip to content

Commit

Permalink
fix: dependabot.yml
Browse files Browse the repository at this point in the history
* fix: dependabot config file remove double quotes for versions + remove the upgrade for cap-std

---------

Signed-off-by: Erik Chi <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 30, 2024
1 parent 5fca96c commit b06c432
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ updates:
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 5
open-pull-requests-limit: 10
ignore:
- dependency-name: wasmtime
versions:
- "17.0.0"
- 17.0.0
- dependency-name: wasmtime-wasi
versions:
- "17.0.0"
- 17.0.0
- dependency-name: wasi-common
versions:
- "17.0.0"
- 17.0.0
- dependency-name: cap-std
versions:
- "2.0.0"
- 2.0.0

0 comments on commit b06c432

Please sign in to comment.