From 1a04604dc6ca58aadc543082d81ee87ca5d0bfe7 Mon Sep 17 00:00:00 2001 From: Daniel Eades Date: Sun, 11 Dec 2022 07:49:31 +0000 Subject: [PATCH] add dependabot config --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..8ef5278d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: +- package-ecosystem: cargo + directory: "/" + schedule: + interval: daily +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily