Skip to content

Commit 4525fab

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 2c3e66f commit 4525fab

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
@@ -6,18 +6,24 @@ updates:
66
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/dependabot/README.md
77
# See: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot
88
- package-ecosystem: github-actions
9+
assignees:
10+
- per1234
911
directory: /
1012
schedule:
1113
interval: daily
1214
labels:
1315
- "topic: infrastructure"
1416
- package-ecosystem: npm
17+
assignees:
18+
- per1234
1519
directory: /
1620
schedule:
1721
interval: daily
1822
labels:
1923
- "topic: infrastructure"
2024
- package-ecosystem: pip
25+
assignees:
26+
- per1234
2127
directory: /
2228
schedule:
2329
interval: daily

0 commit comments

Comments
 (0)