From cdb5222235b00b391a6f8499faad484d29cca6b2 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Sat, 10 Dec 2022 23:23:53 +0100 Subject: [PATCH] Add Dependabot (#287) * Fix Clippy * Add Dependabot --- .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