Skip to content

Commit

Permalink
Merge pull request #176 from GordonSmith/trunk
Browse files Browse the repository at this point in the history
chore:  Bump versions
  • Loading branch information
GordonSmith authored Oct 12, 2023
2 parents a1fdb72 + a394dd2 commit d9b1daf
Show file tree
Hide file tree
Showing 5 changed files with 432 additions and 172 deletions.
29 changes: 29 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "[actions]"

- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "[submodule]"

- package-ecosystem: "docker"
directory: "/docker"
schedule:
interval: "daily"
commit-message:
prefix: "[docker]"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "[npm]"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This repository contains a collection of useful c++ libraries compiled to WASM f
- ...more to follow...

Built with:
- [emsdk](https://github.com/emscripten-core/emsdk) - v3.1.45
- [emsdk](https://github.com/emscripten-core/emsdk) - v3.1.47

## Homepage and Documents

Expand Down
Loading

0 comments on commit d9b1daf

Please sign in to comment.