ci: add dependabot support for EmulatorJS submodule (#32)

This commit is contained in:
Michael Green
2023-07-22 22:52:04 +10:00
committed by GitHub
parent dc2a6b4638
commit 113de6a009
3 changed files with 8 additions and 1 deletions

View File

@@ -9,3 +9,9 @@ updates:
directory: "/" # Location of package manifests directory: "/" # Location of package manifests
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "gitsubmodule"
directory: "/"
allow:
- dependency-name: "gaseous-server/wwwroot/emulators/EmulatorJS"
schedule:
interval: "weekly"

View File

@@ -22,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.MD = README.MD README.MD = README.MD
LICENSE = LICENSE LICENSE = LICENSE
.gitignore = .gitignore .gitignore = .gitignore
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection EndProjectSection
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "screenshots", "screenshots", "{F1A847C7-57BC-4DA9-8F83-CD060A7F5122}" Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "screenshots", "screenshots", "{F1A847C7-57BC-4DA9-8F83-CD060A7F5122}"

View File

@@ -20,7 +20,7 @@
// Path to the data directory // Path to the data directory
EJS_pathtodata = '/emulators/EmulatorJS/data/'; EJS_pathtodata = '/emulators/EmulatorJS/data/';
EJS_DEBUG_XX = false; EJS_DEBUG_XX = true;
EJS_startOnLoaded = false; EJS_startOnLoaded = false;
</script> </script>