From 11c966557695ca237759963ec26880e8a5482e97 Mon Sep 17 00:00:00 2001 From: Christian Willems Date: Thu, 22 Feb 2024 16:03:26 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cb0f28a..458ee84 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,32 @@ version: 2 updates: -- package-ecosystem: pip - directory: "/" + - package-ecosystem: pip + directory: "/" schedule: interval: daily time: "03:00" timezone: UTC labels: - dependencies + - python + + - package-ecosystem: docker + directory: "/" + schedule: + interval: daily + time: "03:00" + timezone: UTC + labels: + - dependencies + - docker + + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "03:00" + timezone: UTC + labels: + - dependencies + - github-actions