From 4700d4b7258383beab2766491edc9beba6972e63 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Tue, 21 Dec 2021 20:17:13 +0100 Subject: [PATCH] Add Dependabot (#37) --- .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 0000000..74b048a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 + +updates: + - package-ecosystem: cargo + directory: / + schedule: + interval: daily + + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily