Use dependabot via GitHub actions

This commit is contained in:
Sebastian Serth
2020-12-07 18:26:09 +01:00
parent 5f02b8aadb
commit fa2748aec4
2 changed files with 47 additions and 0 deletions

22
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
time: "09:00"
timezone: UTC
labels:
- dependencies
- ruby
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "09:00"
timezone: UTC
labels:
- dependencies
- javascript