File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : npm
4
+ directory : " /"
5
+ schedule :
6
+ interval : weekly
7
+ day : " monday"
8
+ open-pull-requests-limit : 10
9
+ versioning-strategy : increase
10
+ labels :
11
+ - " npm dependencies"
12
+ groups :
13
+ non-major :
14
+ update-types :
15
+ - " minor"
16
+ - " patch"
17
+ - package-ecosystem : " github-actions"
18
+ directory : " /"
19
+ schedule :
20
+ interval : " weekly"
21
+ day : " monday"
Original file line number Diff line number Diff line change
1
+ run-name : DevSecOps
2
+ name : DevSecOps
3
+ on :
4
+ workflow_dispatch :
5
+ push :
6
+ branches :
7
+ - main
8
+ pull_request :
9
+ types : [opened, synchronize, reopened]
10
+ jobs :
11
+ devsecops :
12
+ uses : grupoboticario/actions-devsecops-workflows/.github/workflows/devsecops.yml@v0
You can’t perform that action at this time.
0 commit comments