Add dependabot.yml and disable markdown line-length

This commit is contained in:
Ilan Cosman 2020-08-02 12:38:10 -07:00
parent 20a16c626e
commit be01233f77
2 changed files with 10 additions and 2 deletions

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

@ -0,0 +1,7 @@
---
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily

View File

@ -1,3 +1,4 @@
---
MD033: false # Allow inline html
MD041: false # Allow non
MD013: false # Line-length
MD033: false # Inline-html
MD041: false # First line in file should be a top level heading