From 19687fe003dfc0b7b1946625eda975fd5eb2d18a Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sat, 11 Feb 2023 01:19:51 +0100 Subject: [PATCH] Enable Dependabot for Java and Python --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4f2fd18..46a3740 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,23 @@ updates: timezone: UTC labels: - dependencies + + - package-ecosystem: maven + directory: "/deploy/aws/java11Exec" + schedule: + interval: daily + time: "03:00" + timezone: UTC + labels: + - dependencies + - java + + - package-ecosystem: pip + directory: "/deploy/grafana-dashboard" + schedule: + interval: daily + time: "03:00" + timezone: UTC + labels: + - dependencies + - python