Move away from Travis to Github actions

This commit is contained in:
René Zubcevic
2021-03-07 12:25:49 +01:00
committed by Nanne Baars
parent e40a26f193
commit 459d9ad74c
6 changed files with 179 additions and 62 deletions

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

@ -0,0 +1,7 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"