Skip to content

Commit

Permalink
chore: Bump versions
Browse files Browse the repository at this point in the history
Added dependabot.yml

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Oct 10, 2023
1 parent a1fdb72 commit a394dd2
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

0 comments on commit a394dd2

Please sign in to comment.