Skip to content

Commit

Permalink
Adding dependabot.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfourny committed May 16, 2024
1 parent f1f00d9 commit fbd9bed
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
registries:
ruby-shopify:
type: rubygems-server
url: https://pkgs.shopify.io/basic/gems/ruby
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:
interval: "weekly"
time: "10:00"
timezone: "America/Toronto"
open-pull-requests-limit: 100
insecure-external-code-execution: allow
registries: "*"

0 comments on commit fbd9bed

Please sign in to comment.