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