chore: add Dependabot (#568)

* chore: disable eslint for require

* feat: add dependabot
This commit is contained in:
SKINMAKER 2023-06-20 20:54:38 +09:00 committed by GitHub
parent 5cf8cf48ec
commit 751c3cf0f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

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

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"

View File

@ -38,6 +38,7 @@ module.exports = {
'3': '30rem'
}
},
// eslint-disable-next-line @typescript-eslint/no-var-requires
plugins: [require('@tailwindcss/forms')({
strategy: 'class',
})],