Skip to content

Commit

Permalink
Auto-update typeberry (#26)
Browse files Browse the repository at this point in the history
* Auto-update typeberry

* Update typeberry.
  • Loading branch information
tomusdrw authored Jan 13, 2025
1 parent 98a0d1d commit 8fcb907
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@jazzer.js/core": "^2.1.0",
"@typeberry/pvm-debugger-adapter": "0.1.0-9ef9d64",
"@typeberry/pvm-debugger-adapter": "*",
"assemblyscript": "^0.27.31"
},
"type": "module",
Expand Down

0 comments on commit 8fcb907

Please sign in to comment.