diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1de94f5a..93bddd27 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ updates: # See: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot - package-ecosystem: github-actions directory: / # Check the repository's workflows under /.github/workflows/ + assignees: + - per1234 schedule: interval: daily labels: @@ -14,6 +16,8 @@ updates: - package-ecosystem: github-actions target-branch: production directory: / + assignees: + - per1234 schedule: interval: daily labels: @@ -21,6 +25,8 @@ updates: - package-ecosystem: gomod target-branch: production directory: /.github/workflows/assets/validate-registry/ + assignees: + - per1234 schedule: interval: daily labels: @@ -28,6 +34,8 @@ updates: - package-ecosystem: pip target-branch: production directory: / + assignees: + - per1234 schedule: interval: daily labels: