diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f2bfa72..3ba346a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,19 @@ updates: # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/dependabot/README.md # See: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot - package-ecosystem: github-actions + assignees: + - per1234 directory: / # Check the repository's workflows under /.github/workflows/ schedule: interval: daily labels: - "topic: infrastructure" + + - package-ecosystem: pip + assignees: + - per1234 + directory: reportsizedeltas/tests + schedule: + interval: daily + labels: + - "topic: infrastructure"