Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Feb 3, 2025
1 parent 2856820 commit b10bc36
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 4,484 deletions.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ updates:
versions: [">=16.0.0"]
# we ignore TS as a part of quarterly dependency updates.
- dependency-name: "typescript"
allow:

# drops support for node 16
- dependency-name: "node-gyp"
versions: [">=11.0.0"]
- dependency-name: "mocha"
versions: [">=11.0.0"]

allow:
- dependency-type: "development"

groups:
Expand Down
Loading

0 comments on commit b10bc36

Please sign in to comment.