From f7e4d293b7de30491cc322e672ddc22aa2ef4e64 Mon Sep 17 00:00:00 2001 From: StyleShit Date: Fri, 19 Jul 2024 14:33:04 +0300 Subject: [PATCH] ci(deps): add dependabot to automatically update dependencies --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6c5076f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' + groups: + dependencies: + dependency-type: 'production' + dev-dependencies: + dependency-type: 'development' + schedule: + interval: 'daily'