From 4fd0db285edaa55d1a5d1d4823f59f5dbab1301c Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 15 Aug 2023 00:02:16 +0100 Subject: [PATCH] ci: add dependabot package updating partly so that we have PRs to merge to resolve the stuck issues faster --- .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 0000000..1557067 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + - package-ecosystem: cargo + directory: / + schedule: + interval: daily