From 70701e5fc8a62af49ab275c1f8c8d1a5e6ae2f3f Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Sat, 22 Jul 2023 19:28:28 -0400 Subject: [PATCH] build: add dependabot --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..12aa4a3b0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - directory: / + schedule: + interval: weekly + package-ecosystem: github-actions + commit-message: + prefix: "chore(github-actions)" + - directory: / + schedule: + interval: weekly + package-ecosystem: cargo + commit-message: + prefix: "chore(cargo)"