From c94d2e73ee5d8eb37529445413f9cf9f35dd8838 Mon Sep 17 00:00:00 2001 From: Trangar Date: Wed, 17 May 2023 08:56:48 +0200 Subject: [PATCH] Added dependabot (#636) Co-authored-by: Victor Koenders --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9b836a8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: +- package-ecosystem: cargo + directory: / + schedule: + interval: daily + open-pull-requests-limit: 10 + +- package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every weekday + interval: "daily"