Skip to content

Commit

Permalink
MRG: tell dependabot to ignore upgrades to byteorder, chrono, `on…
Browse files Browse the repository at this point in the history
…ce_cell`, and `wasm-bindgen` (#3065)

This uses dependabot `ignore` per
[docs](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates)
to pin the packages needed for `sourmash_plugin_branchwater
compatibility per #2944`.

Motivation:
* embarrassment from #3060
and then #3064

Related issues:
* Fixes #2944
  • Loading branch information
ctb authored Mar 5, 2024
1 parent 6718435 commit 6dfc30a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ updates:
allow:
- dependency-type: "direct"
open-pull-requests-limit: 10
ignore:
- dependency-name: "byteorder"
- dependency-name: "wasm-bindgen"
- dependency-name: "once_cell"
- dependency-name: "chrono"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 6dfc30a

Please sign in to comment.