Add dependabot to update github actions and ruby packages (#707)

* Add dependabot to update github actions and ruby packages

* Update .github/dependabot.yml

Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>

* Update .github/dependabot.yml

Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>

Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..373221a
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,13 @@
+# See Dependabot documentation for all configuration options:
+# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"
+  - package-ecosystem: "bundler"
+    directory: "/android"
+    schedule:
+      interval: "weekly"
diff --git a/.github/workflows/release_deploy_web.yml b/.github/workflows/release_deploy_web.yml
index fe3837b..ba95450 100644
--- a/.github/workflows/release_deploy_web.yml
+++ b/.github/workflows/release_deploy_web.yml
@@ -30,7 +30,7 @@
         uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e
         with:
           node-version: "14"
-      - run: npm install -g firebase-tools
+      - run: npm install -g firebase-tools@11.0.1
 
       # Checkout gallery code and get packages.
       - name: Checkout gallery code