Add new repository workflow (#159)

* Add new repository workflow

* Prettified Code!

* Address add-on lint errors

* Address add-on lint errors

Co-authored-by: frenck <frenck@users.noreply.github.com>
This commit is contained in:
Franck Nijhof 2021-01-20 02:54:36 +01:00 committed by GitHub
parent 0cbd93b761
commit 17a11d815d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 669 additions and 31 deletions

13
.github/dependabot.yaml vendored Normal file
View file

@ -0,0 +1,13 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
time: "06:00"
- package-ecosystem: "pip"
directory: "/vscode"
schedule:
interval: daily
time: "06:00"