mirror of
https://github.com/koreanbots/core.git
synced 2025-12-13 05:10:24 +00:00
chore: add Dependabot (#568)
* chore: disable eslint for require * feat: add dependabot
This commit is contained in:
parent
5cf8cf48ec
commit
751c3cf0f1
6
.github/dependabot.yml
vendored
Normal file
6
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
@ -38,6 +38,7 @@ module.exports = {
|
||||
'3': '30rem'
|
||||
}
|
||||
},
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
plugins: [require('@tailwindcss/forms')({
|
||||
strategy: 'class',
|
||||
})],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user