From 4a8f1c42e175c8824b45b6f372b44098f2d943eb Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 13 Jun 2024 11:22:04 -0700 Subject: [PATCH] Automatically assign per1234 to Dependabot PRs As the primary maintainer of the project infrastructure, it is the responsibility of GitHub user per1234 to review and merge the pull requests automatically submitted by Dependabot for bumps of outdated project dependencies. Configuring Dependabot to automatically set the pull request assignment will slightly streamline that process. --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: