From f2e648228c89e7c00c9a93e5e5a6a232cc6d0819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Tue, 21 Jan 2025 13:57:18 +0100 Subject: [PATCH] Add dependabot for yarn production libs --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..b5e44011ab --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directories: + - "/client/web/*" + - "/lib/*" + schedule: + interval: "weekly" + commit-message: + prefix: "Dependabot" + open-pull-requests-limit: 5 + allow: + - dependency-type: "production" \ No newline at end of file