From 4f46a5b592d016c81dbb87b39049159b7ad94391 Mon Sep 17 00:00:00 2001 From: Niko Lindroos Date: Tue, 9 Dec 2025 11:47:18 +0200 Subject: [PATCH] ci: add dependabot config HCRC-158 --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..1047602b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "deps" + # Disable version updates and only allow security updates + open-pull-requests-limit: 0 \ No newline at end of file