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,12 +6,18 @@ updates:
6
6
# See: https://docs.github.com/en/code-security/supply-chain-security/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
- package-ecosystem : npm
14
17
directory : /
18
+ assignees :
19
+ - per1234
20
+ open-pull-requests-limit : 100
15
21
schedule :
16
22
interval : daily
17
23
labels :
@@ -24,6 +30,9 @@ updates:
24
30
- " version-update:semver-major"
25
31
- package-ecosystem : pip
26
32
directory : /
33
+ assignees :
34
+ - per1234
35
+ open-pull-requests-limit : 100
27
36
schedule :
28
37
interval : daily
29
38
labels :
You can’t perform that action at this time.
0 commit comments