From 9068502c1e744e37705e9169b2029ea4cdd92ad1 Mon Sep 17 00:00:00 2001 From: Alexis Date: Tue, 21 Jan 2025 17:28:16 +0100 Subject: [PATCH] Add dependabot --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..99d80f9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 + +updates: + - package-ecosystem: pip + directory: / + groups: + python: + patterns: + - "*" + schedule: + interval: daily + + - package-ecosystem: github-actions + directory: / + groups: + actions: + patterns: + - "*" + schedule: + interval: daily