File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,28 @@ updates:
5
5
# Configure check for outdated GitHub Actions actions in workflows.
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
+ assignees :
9
+ - per1234
8
10
directory : / # Check the repository's workflows under /.github/workflows/
9
11
schedule :
10
12
interval : daily
11
13
labels :
12
14
- " 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"
You can’t perform that action at this time.
0 commit comments