Skip to content

Commit 3a9ce7c

Browse files
authored
Merge pull request #38 from Shopify/seb-dependabot
Add dependabot configuration
2 parents 5395b49 + a150dc5 commit 3a9ce7c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
# registries:
3+
# rubygems-server-pkgs-shopify-io:
4+
# type: rubygems-server
5+
# url: https://pkgs.shopify.io
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: bundler
15+
directory: '/'
16+
schedule:
17+
day: 'tuesday'
18+
interval: weekly
19+
time: '13:00'
20+
timezone: 'America/Toronto'
21+
insecure-external-code-execution: allow
22+
open-pull-requests-limit: 100
23+
# registries: '*'

0 commit comments

Comments
 (0)