From 0927754d37c43e19f49ed822ab0d3b21abf56c9c Mon Sep 17 00:00:00 2001 From: strawberry Date: Wed, 20 Dec 2023 21:32:24 -0500 Subject: [PATCH] add dependabot Signed-off-by: strawberry --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..9413c869 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + target-branch: main + - package-ecosystem: cargo + directory: "/" + schedule: + interval: "daily" + target-branch: main \ No newline at end of file