From 88b2acca6749a7b4fc29e638c9b7b237c2d230da Mon Sep 17 00:00:00 2001 From: Vasiliy Taranov Date: Tue, 13 Feb 2024 10:56:18 +0300 Subject: [PATCH] Add dependabot (#1383) --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..22b1e8da2f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "monthly" + open-pull-requests-limit: 10 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"