From 113de6a009c26d5ed7c8b412930ac661ac922ddc Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:52:04 +1000 Subject: [PATCH] ci: add dependabot support for EmulatorJS submodule (#32) --- .github/dependabot.yml | 6 ++++++ Gaseous.sln | 1 + gaseous-server/wwwroot/pages/EmulatorJS.html | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) 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;