From c164cafeac065e7f51f8909c0fdd461c8cad44f1 Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Fri, 2 Feb 2024 21:20:37 +0300 Subject: [PATCH] add dependabot --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..a3718c4 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file