mirror of
https://github.com/koenrh/actions.git
synced 2024-12-26 09:34:50 +08:00
Create Dependabot config file
This commit is contained in:
parent
8f3401391b
commit
cd6b510e7b
1 changed files with 14 additions and 0 deletions
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: docker
|
||||
directory: "/rubocop"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "07:00"
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: docker
|
||||
directory: "/eslint"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "07:00"
|
||||
open-pull-requests-limit: 10
|
Loading…
Reference in a new issue