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