diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8c23067..10292d1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,9 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "gitsubmodule" + directory: "/" + allow: + - dependency-name: "gaseous-server/wwwroot/emulators/EmulatorJS" + schedule: + interval: "weekly" \ No newline at end of file diff --git a/Gaseous.sln b/Gaseous.sln index dc21479..a87aa3e 100644 --- a/Gaseous.sln +++ b/Gaseous.sln @@ -22,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution README.MD = README.MD LICENSE = LICENSE .gitignore = .gitignore + .github\dependabot.yml = .github\dependabot.yml EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "screenshots", "screenshots", "{F1A847C7-57BC-4DA9-8F83-CD060A7F5122}" diff --git a/gaseous-server/wwwroot/pages/EmulatorJS.html b/gaseous-server/wwwroot/pages/EmulatorJS.html index ba52a32..7e4da79 100644 --- a/gaseous-server/wwwroot/pages/EmulatorJS.html +++ b/gaseous-server/wwwroot/pages/EmulatorJS.html @@ -20,7 +20,7 @@ // Path to the data directory EJS_pathtodata = '/emulators/EmulatorJS/data/'; - EJS_DEBUG_XX = false; + EJS_DEBUG_XX = true; EJS_startOnLoaded = false;