Skip to content

Commit

Permalink
Dependabot: only update npm lockfile (#2277)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Sep 10, 2024
1 parent a6f8169 commit 95486c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ updates:
directory: "/requirements"
schedule:
interval: "weekly"
versioning-strategy: "lockfile-only"
2 changes: 1 addition & 1 deletion requirements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "torchgeo",
"private": "true",
"dependencies": {
"prettier": ">=3.3.3"
"prettier": ">=3"
}
}

0 comments on commit 95486c3

Please sign in to comment.