From a150dc5de5fcb6ef63fdd976dbc24edee32fefd8 Mon Sep 17 00:00:00 2001 From: Sebastien Lavoie Date: Thu, 16 May 2024 16:16:44 -0400 Subject: [PATCH] Add dependabot configuration --- .github/dependabot.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..717bf99 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +version: 2 +# registries: +# rubygems-server-pkgs-shopify-io: +# type: rubygems-server +# url: https://pkgs.shopify.io +# username: ${{secrets.RUBYGEMS_SERVER_PKGS_SHOPIFY_IO_USERNAME}} +# password: ${{secrets.RUBYGEMS_SERVER_PKGS_SHOPIFY_IO_PASSWORD}} +# github-com: +# type: git +# url: https://github.com +# username: ${{secrets.DEPENDENCIES_GITHUB_USER}} +# password: ${{secrets.DEPENDENCIES_GITHUB_TOKEN}} +updates: + - package-ecosystem: bundler + directory: '/' + schedule: + day: 'tuesday' + interval: weekly + time: '13:00' + timezone: 'America/Toronto' + insecure-external-code-execution: allow + open-pull-requests-limit: 100 + # registries: '*'