From a88d55b9afadcd96a1f871862aac1e72bd8ba9ec Mon Sep 17 00:00:00 2001 From: ff137 Date: Sat, 10 Feb 2024 12:22:34 +0200 Subject: [PATCH] :construction_worker: Add dependabot workflow Signed-off-by: ff137 --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0012bcb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + + # Maintain dependencies for Python packages + - package-ecosystem: pip + directory: /server + schedule: + interval: daily