Skip to content

Commit 02fa716

Browse files
committed
Assign per1234 to all Dependabot PRs
As primary maintainer of the project, GitHub user per1234 is responsible for managing Dependabot pull requests. Configuring Dependabot to automatically set the assignment will be more convenient.
1 parent ad7823c commit 02fa716

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,26 @@ updates:
55
# Configure check for outdated GitHub Actions actions in workflows.
66
# See: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot
77
- package-ecosystem: github-actions
8+
assignees:
9+
- per1234
810
directory: / # Check the repository's workflows under /.github/workflows/
911
schedule:
1012
interval: daily
1113
labels:
1214
- "topic: infrastructure"
1315

1416
- package-ecosystem: npm
17+
assignees:
18+
- per1234
1519
directory: /
1620
schedule:
1721
interval: daily
1822
labels:
1923
- "topic: infrastructure"
2024

2125
- package-ecosystem: pip
26+
assignees:
27+
- per1234
2228
directory: /
2329
schedule:
2430
interval: daily

0 commit comments

Comments
 (0)