From ed3c1ce9a92de62f2629dec68b848d1181a1e42f Mon Sep 17 00:00:00 2001 From: faukah Date: Sat, 1 Aug 2026 12:12:31 +0200 Subject: [PATCH] meta: add automatic 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..24db9cb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + - package-ecosystem: cargo + directory: "/lucius" + schedule: + interval: weekly + open-pull-requests-limit: 5 + cooldown: + default-days: 7 + - package-ecosystem: nix + directory: "/" + schedule: + interval: weekly + cooldown: + default-days: 7