mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Merge pull request #19 from genebean/dependabot-config
Add Dependabot config
This commit is contained in:
commit
0290c0c579
1 changed files with 12 additions and 0 deletions
12
.dependabot/config.yml
Normal file
12
.dependabot/config.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
version: 1
|
||||
|
||||
update_configs:
|
||||
- package_manager: 'ruby:bundler'
|
||||
directory: '/'
|
||||
update_schedule: 'daily'
|
||||
automerged_updates:
|
||||
- match:
|
||||
dependency_type: 'all'
|
||||
update_type: 'all'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue