From a46ec649629870cab838bbeb5709ac080e3b4579 Mon Sep 17 00:00:00 2001 From: Aaron Turner Date: Wed, 5 Apr 2023 19:45:31 -0700 Subject: [PATCH] add dependabot --- .github/dependabot.yml | 11 +++++++++++ README.md | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1ce0e3b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "go" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" diff --git a/README.md b/README.md index c2a5e1e..82214d0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ and Sequence Generator Pro's [WiFi Scope](https://www.sequencegeneratorpro.com/d Unlike the SkyFi, there is no special device you have to buy to control your telescope; you can just use your Windows, Mac or Linux computer. AlpacaScope controls your telescope via [ASCOM Alpaca]( -https://ascom-standards.org/Developer/Alpaca.htm) +https://ascom-standards.org/AlpacaDeveloper/Index.htm) which is an open source and open standard for astronomy software. If your telescope does not yet support Alpaca, there is good news: you can use @@ -98,7 +98,7 @@ https://ascom-standards.org) but that only allows IPC via Windows COM which doesn't even support talking to programs on other computers (or my iPad). But then in 2019, ASCOM introduced [Alpaca]( -https://ascom-standards.org/Developer/Alpaca.htm) which via +https://ascom-standards.org/AlpacaDeveloper/Index.htm) which via [ASCOM Remote Server](https://github.com/ASCOMInitiative/ASCOMRemote/releases) exposes the ASCOM API via REST. Of course, SkySafari doesn't support this (yet) so I decided to write a service which emulates a telescope SkySafari supports