Add dependabot config file.
This commit is contained in:
parent
c3cc0e68ef
commit
6b783cb303
1 changed files with 13 additions and 0 deletions
13
.gitlab/dependabot.yml
Normal file
13
.gitlab/dependabot.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "bundler"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
pull-request-branch-name:
|
||||||
|
separator: "/"
|
||||||
|
assignees:
|
||||||
|
- mg
|
||||||
|
reviewers:
|
||||||
|
- mg
|
Loading…
Reference in a new issue