From bf3b51c38ed61ce6fa9d03c589235a170d588aae Mon Sep 17 00:00:00 2001 From: Nato Boram Date: Sat, 25 Nov 2023 16:59:34 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7=20Add=20Dependabot=20file?= 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..b31cd5c --- /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*" From f2806d2e7f1cf7694030036ed39b4fa737c23403 Mon Sep 17 00:00:00 2001 From: Nato Boram Date: Sat, 25 Nov 2023 17:02:53 -0500 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20pnpm=20run=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b31cd5c..8e023c7 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,34 +6,34 @@ updates: interval: monthly timezone: America/Toronto commit-message: - prefix: "⬆️ " + prefix: '⬆️ ' groups: patch: update-types: - patch eslint: patterns: - - "*eslint*" + - '*eslint*' tailwindcss: patterns: - - "*heroicons*" - - "*tailwindcss*" + - '*heroicons*' + - '*tailwindcss*' - autoprefixer - postcss prettier: patterns: - - "*prettier*" + - '*prettier*' svelte: patterns: - - "*svelte*" + - '*svelte*' vite: patterns: - - "*vitejs*" + - '*vitejs*' - vite typescript: patterns: - - "*typescript*" + - '*typescript*' - tslib capacitor: patterns: - - "*capacitor*" + - '*capacitor*'