From 751c3cf0f1c4185386c09701c166ea37fccfe25f Mon Sep 17 00:00:00 2001 From: SKINMAKER Date: Tue, 20 Jun 2023 20:54:38 +0900 Subject: [PATCH] chore: add Dependabot (#568) * chore: disable eslint for require * feat: add dependabot --- .github/dependabot.yml | 6 ++++++ tailwind.config.js | 1 + 2 files changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d1f0d08 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" diff --git a/tailwind.config.js b/tailwind.config.js index 3a68c0b..4c70d11 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -38,6 +38,7 @@ module.exports = { '3': '30rem' } }, + // eslint-disable-next-line @typescript-eslint/no-var-requires plugins: [require('@tailwindcss/forms')({ strategy: 'class', })],