From 261443075a32c351c5236282586f58c25f2151c1 Mon Sep 17 00:00:00 2001 From: Milan Holemans <11723921+milanholemans@users.noreply.github.com> Date: Sat, 3 Jan 2026 20:05:51 +0100 Subject: [PATCH] Adds monthly dependabot updates --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5a9b24b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + # Monthly dependency updates + - package-ecosystem: npm + directory: / + schedule: + interval: monthly + labels: + - pr-priority + groups: + update-dependencies: + patterns: + - "*" + versioning-strategy: increase + open-pull-requests-limit: 1 \ No newline at end of file