We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5395b49 + a150dc5 commit 3a9ce7cCopy full SHA for 3a9ce7c
.github/dependabot.yml
@@ -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