diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f28baaaf..691a8c15 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,3 +17,17 @@ updates: interval: daily labels: - "topic: infrastructure" + - package-ecosystem: gomod + target-branch: production + directory: /.github/workflows/assets/validate-registry/ + schedule: + interval: daily + labels: + - "topic: infrastructure" + - package-ecosystem: pip + target-branch: production + directory: / + schedule: + interval: daily + labels: + - "topic: infrastructure"