From 039afb5a3f00b3db5b2035873e6883338d57e748 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 15 May 2026 23:19:02 +0200 Subject: [PATCH] Add Dependabot config. Signed-off-by: Felix Fontein --- .github/dependabot.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..68d15cb --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,12 @@ +--- +version: 2 + +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + groups: + npm: + patterns: + - "*"