Skip to content

Commit

Permalink
fix: turn off dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
nusr committed Nov 18, 2023
1 parent 3ccacd3 commit df8b1e2
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 195 deletions.
22 changes: 11 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# # To get started with Dependabot version updates, you'll need to specify which
# # package ecosystems to update and where the package manifests are located.
# # Please see the documentation for all configuration options:
# # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
open-pull-requests-limit: 5
# version: 2
# updates:
# - package-ecosystem: "npm" # See documentation for possible values
# directory: "/" # Location of package manifests
# schedule:
# interval: "monthly"
# open-pull-requests-limit: 5
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"author": "Steve Xu",
"license": "MIT",
"devDependencies": {
"@types/jest": "29.5.5",
"@types/node": "20.8.3",
"esbuild": "0.19.4",
"@types/jest": "29.5.8",
"@types/node": "20.9.1",
"esbuild": "0.19.5",
"jest": "29.7.0",
"monaco-editor": "0.44.0",
"typescript": "5.2.2"
Expand Down
Loading

0 comments on commit df8b1e2

Please sign in to comment.