open dependabot against dev branch. gitattributes had the wrong extension type

This commit is contained in:
Matt Kincaid 2022-03-10 14:24:30 -08:00
Родитель fbf0f95725
Коммит 8c1db76afc
2 изменённых файлов: 8 добавлений и 0 удалений

0
.gitattributes.txt → .gitattributes поставляемый
Просмотреть файл

8
.github/dependabot.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "npm"
target-branch: "dev"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"