Initial commit

This commit is contained in:
CrazyMax 2021-05-30 07:51:20 +02:00
commit aecf5e3748
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
30 changed files with 9832 additions and 0 deletions

18
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- ":game_die: dependencies"
- ":robot: bot"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "production"
labels:
- ":game_die: dependencies"
- ":robot: bot"