Skip to content

Commit

Permalink
chore: Renamed and bumped @backtrace-labs dependencies to @backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
steilerDev committed Nov 2, 2023
1 parent c1b521d commit 41cacf5
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 26 deletions.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ updates:
patterns:
- "inquirer*"
- "@types/inquirer*"
backtrace:
patterns:
- "@backtrace*"
ignore:
- dependency-name: "@types/node"
versions: ["19.x.x", "20.x.x"] # Ignoring non-LTS version - See https://github.com/nodejs/Release
versions: ["19.x.x", "20.x.x", "21.x.x"] # Ignoring non-LTS version - See https://github.com/nodejs/Release

# Maintain dependencies for Docker
- package-ecosystem: "docker"
Expand Down

0 comments on commit 41cacf5

Please sign in to comment.