Github Stuff

This commit is contained in:
smartfridge 2021-05-01 14:41:01 +02:00
parent e65aa214af
commit 6f03b8452e
3 changed files with 12 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto

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

@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "13:00"
open-pull-requests-limit: 99
versioning-strategy: increase

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules