From 3f75e822a75c00c1b374c20b81805b6478a065c3 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 23 Mar 2025 20:51:39 +0100 Subject: ci: add dependabot config file [skip ci] --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5cad797 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: +- package-ecosystem: cargo + directory: "/" + schedule: + interval: daily + time: "20:00" + open-pull-requests-limit: 10 + reviewers: + - pml68 -- cgit v1.2.3