From 0cb980760fac7bd8dfb8ce5febb27274eb00ffe9 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Wed, 22 Apr 2026 15:23:21 +0200 Subject: [PATCH] add .github/dependabot.yml --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8ec82ac --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + cooldown: + interval: "monthly" + assignees: + - "TheLartians" + cooldown: + default-days: 7 + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + assignees: + - "TheLartians" + cooldown: + default-days: 7 \ No newline at end of file