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: '*'