1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-28 18:59:50 +02:00

Update MM to 4.24.0 and update some deps (#1905)

* Update MM to 4.24.0 and update some deps

* Update package.json to MM 4.24.0

* Update package.json to MM 4.24.0

* Add dependabot config to auto-update packages
This commit is contained in:
lifehackerhansol
2021-08-26 23:14:51 -07:00
committed by GitHub
parent 469b61a6ea
commit 2ef8fdc16d
5 changed files with 33 additions and 18 deletions

12
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10