Skip to content

Commit 49cbd4d

Browse files
authored
Merge pull request #344 from per1234/dependabot
Use Dependabot to manage all project dependencies
2 parents 30a676e + 02fa716 commit 49cbd4d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,28 @@ 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"
15+
16+
- package-ecosystem: npm
17+
assignees:
18+
- per1234
19+
directory: /
20+
schedule:
21+
interval: daily
22+
labels:
23+
- "topic: infrastructure"
24+
25+
- package-ecosystem: pip
26+
assignees:
27+
- per1234
28+
directory: /
29+
schedule:
30+
interval: daily
31+
labels:
32+
- "topic: infrastructure"

0 commit comments

Comments
 (0)