Skip to content

Commit 420e927

Browse files
committed
feat(dependabot): add configuration for weekly dependency updates
1 parent 6cb363c commit 420e927

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "monday"
8+
time: "12:00"
9+
timezone: "Etc/UTC"
10+
assignees:
11+
- "amnweb"
12+
groups:
13+
winrt:
14+
patterns:
15+
- "winrt*"
16+
winui3:
17+
patterns:
18+
- "winui3*"
19+
commit-message:
20+
prefix: "chore"
21+
include: "scope"
22+
labels:
23+
- "dependencies"

0 commit comments

Comments
 (0)