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.
1 parent 0e7dcb2 commit 4123a44Copy full SHA for 4123a44
.github/dependabot.yml
@@ -0,0 +1,16 @@
1
+version: 2
2
+registries:
3
+ rubygems-github:
4
+ type: rubygems-server
5
+ url: https://rubygems.pkg.github.com/clio
6
+ token: ${{ secrets.DEPENDABOT_GITHUB_TOKEN }}
7
+
8
+updates:
9
+ - package-ecosystem: "bundler"
10
+ directory: "/"
11
+ vendor: true
12
+ insecure-external-code-execution: allow
13
+ registries: "*"
14
+ schedule:
15
+ interval: weekly
16
+ open-pull-requests-limit: 2
0 commit comments