From 83924199779a2c746073c6ec250c6ec987092bf5 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:56:43 +0100 Subject: [PATCH] update dependabot (#1600) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..35afafa1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/app" + schedule: + interval: weekly + open-pull-requests-limit: 10 + versioning-strategy: increase \ No newline at end of file