Skip to content

Commit 4123a44

Browse files
committed
add dependabot.yml
1 parent 0e7dcb2 commit 4123a44

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)