ci: add github actions and dependabot

This commit is contained in:
divlo
2020-12-27 17:40:00 +01:00
parent 2e5d281f46
commit 379a46fdaf
14 changed files with 411 additions and 67 deletions

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

@@ -0,0 +1,13 @@
# For more information see: https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'