Skip to content

Commit

Permalink
chore: add Dependabot (#568)
Browse files Browse the repository at this point in the history
* chore: disable eslint for require

* feat: add dependabot
  • Loading branch information
skinmaker1345 authored Jun 20, 2023
1 parent 5cf8cf4 commit 751c3cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module.exports = {
'3': '30rem'
}
},
// eslint-disable-next-line @typescript-eslint/no-var-requires
plugins: [require('@tailwindcss/forms')({
strategy: 'class',
})],
Expand Down

0 comments on commit 751c3cf

Please sign in to comment.