From 53e4755015a07d967801935caaa71298a9ab20d3 Mon Sep 17 00:00:00 2001 From: darker Date: Wed, 10 Jan 2024 14:57:20 +0100 Subject: feat: add dependabot to the project (#1553) * feat: add dependabot to the project * feat: add let's accept patches/fix from other libs * Revert "feat: add let's accept patches/fix from other libs" This reverts commit d31a956f8108afb1b6ee6f35611feea399d63bdf. --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..08d14cfc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + open-pull-requests-limit-per-dependency: 2 -- cgit v1.2.3