Skip to content

Commit c047651

Browse files
committed
Add Dependabot config
1 parent 83d8786 commit c047651

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
registries:
3+
ruby-shopify:
4+
type: rubygems-server
5+
url: https://pkgs.shopify.io/basic/gems/ruby
6+
username: ${{secrets.RUBYGEMS_SERVER_PKGS_SHOPIFY_IO_USERNAME}}
7+
password: ${{secrets.RUBYGEMS_SERVER_PKGS_SHOPIFY_IO_PASSWORD}}
8+
github-com:
9+
type: git
10+
url: https://github.com
11+
username: ${{secrets.DEPENDENCIES_GITHUB_USER}}
12+
password: ${{secrets.DEPENDENCIES_GITHUB_TOKEN}}
13+
updates:
14+
- package-ecosystem: "cargo"
15+
directory: "/"
16+
schedule:
17+
interval: weekly
18+
open-pull-requests-limit: 100
19+
registries: "*"
20+
reviewers:
21+
- "@Shopify/functions-dependabot-reviewers"

0 commit comments

Comments
 (0)