From 29d20d5c5a38f600cd0518a2aa6cc383b77e34b2 Mon Sep 17 00:00:00 2001 From: Razboy20 Date: Tue, 27 May 2025 22:55:11 -0500 Subject: [PATCH] chore: setup dependabot configuration (#603) * chore: setup dependabot configuration --- .github/dependabot.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..d93fb431 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,21 @@ +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'weekly' + day: 'monday' + time: '09:00' + timezone: 'America/Chicago' + groups: + minor-and-patch-updates: + update-types: + - 'minor' + - 'patch' + major-updates: + update-types: + - 'major' + + ignore: + - dependency-name: '@crxjs/vite-plugin' + - dependency-name: '@unocss/vite'