From 8be088d8416f3e24171b18e604ef11fbaf52d516 Mon Sep 17 00:00:00 2001 From: Nato Boram Date: Sat, 25 Nov 2023 17:04:12 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20Dependabot=20file=20(#97)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yaml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..8e023c7 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,39 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: / + schedule: + interval: monthly + timezone: America/Toronto + commit-message: + prefix: '⬆️ ' + groups: + patch: + update-types: + - patch + eslint: + patterns: + - '*eslint*' + tailwindcss: + patterns: + - '*heroicons*' + - '*tailwindcss*' + - autoprefixer + - postcss + prettier: + patterns: + - '*prettier*' + svelte: + patterns: + - '*svelte*' + vite: + patterns: + - '*vitejs*' + - vite + typescript: + patterns: + - '*typescript*' + - tslib + capacitor: + patterns: + - '*capacitor*'