diff --git a/.eslintignore b/.eslintignore index 38bc5b5bf..f28e67b54 100644 --- a/.eslintignore +++ b/.eslintignore @@ -3,6 +3,9 @@ apps/banglerun/rollup.config.js apps/schoolCalendar/fullcalendar/main.js apps/authentiwatch/qr_packed.js apps/qrcode/qr-scanner.umd.min.js -apps/gipy/pkg/gpconv.js +apps/gipy/pkg/gps.js apps/health/chart.min.js *.test.js + +# typescript/generated files +apps/btadv/*.js diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..e2fbf5609 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 + +updates: + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "daily" diff --git a/README.md b/README.md index aa8afdbca..066ad0ad0 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ This is the best way to test... **Note:** It's a great idea to get a local copy of the repository on your PC, then run `bin/sanitycheck.js` - it'll run through a bunch of common issues -that there might be. To get the project running locally, you have to initialize and update the git submodules first: `git submodule --init && git submodule update`. +that there might be. To get the project running locally, you have to initialize and update the git submodules first: `git submodule update --init`. Be aware of the delay between commits and updates on github.io - it can take a few minutes (and a 'hard refresh' of your browser) for changes to take effect. @@ -277,7 +277,7 @@ and which gives information about the app for the Launcher. // 'game' - a game // 'bluetooth' - uses Bluetooth LE // 'system' - used by the system - // 'clkinfo' - provides or uses clock_info module for data on your clock face (see modules/clock_info.js) + // 'clkinfo' - provides or uses clock_info module for data on your clock face or clocks that support it (see apps/clock_info/README.md) "supports": ["BANGLEJS2"], // List of device IDs supported, either BANGLEJS or BANGLEJS2 "dependencies" : { "notify":"type" } // optional, app 'types' we depend on (see "type" above) "dependencies" : { "messages":"app" } // optional, depend on a specific app ID diff --git a/android.html b/android.html index 8a70a46e9..48b41e72b 100644 --- a/android.html +++ b/android.html @@ -20,9 +20,6 @@