File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,29 @@ updates:
6
6
# See: https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
7
7
- package-ecosystem : github-actions
8
8
directory : / # Check the repository's workflows under /.github/workflows/
9
+ assignees :
10
+ - per1234
11
+ open-pull-requests-limit : 100
9
12
schedule :
10
13
interval : daily
11
14
labels :
12
15
- " topic: infrastructure"
13
16
# Go dependencies
14
17
- package-ecosystem : gomod
15
18
directory : /
19
+ assignees :
20
+ - per1234
21
+ open-pull-requests-limit : 100
16
22
schedule :
17
23
interval : daily
18
24
labels :
19
25
- " topic: infrastructure"
20
26
# Python dependencies
21
27
- package-ecosystem : pip
22
28
directory : /
29
+ assignees :
30
+ - per1234
31
+ open-pull-requests-limit : 100
23
32
schedule :
24
33
interval : daily
25
34
labels :
You can’t perform that action at this time.
0 commit comments