From 993cc60af8dc8a86c4ac8e1f33d78b1027550ffe Mon Sep 17 00:00:00 2001 From: Jeppe Fihl-Pearson Date: Thu, 13 Jun 2024 09:54:35 +0100 Subject: [PATCH] Add Dependabot configuration --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ceaeaf4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +--- +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + - package-ecosystem: pip + directory: / + schedule: + interval: daily