From 443658810ad48b6e90e3f8556a1bed587fe8ab73 Mon Sep 17 00:00:00 2001 From: Grant Ramsay Date: Sun, 21 Jul 2024 17:17:35 +0100 Subject: [PATCH] add dependabot configuration Signed-off-by: Grant Ramsay --- .github/workflows/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..191c8b0 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" + target-branch: "main" + open-pull-requests-limit: 10 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: "main"