Skip to content

Commit ad7fa21

Browse files
authored
Update dependabot.yml
1 parent 3a69fa8 commit ad7fa21

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/dependabot.yml

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,22 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "monthly"
6+
interval: "weekly"
7+
labels:
8+
- "part: github_actions"
9+
710
- package-ecosystem: "pip"
811
directory: "/"
912
schedule:
1013
interval: "monthly"
11-
- package-ecosystem: "yarn"
14+
labels:
15+
- "lang: python"
16+
- "part: dependencies"
17+
18+
- package-ecosystem: "npm"
1219
directory: "/"
1320
schedule:
1421
interval: "monthly"
22+
labels:
23+
- "lang: javascript"
24+
- "part: dependencies"

0 commit comments

Comments
 (0)