File tree Expand file tree Collapse file tree 4 files changed +2431
-4499
lines changed
Expand file tree Collapse file tree 4 files changed +2431
-4499
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : github-actions
4+ directory : ' /'
5+ schedule :
6+ interval : monthly
7+ open-pull-requests-limit : 10
8+ reviewers :
9+ - " divyarajmasani"
10+
11+ - package-ecosystem : npm
12+ directory : ' /'
13+ schedule :
14+ interval : monthly
15+ open-pull-requests-limit : 10
16+ versioning-strategy : increase
17+ reviewers :
18+ - " divyarajmasani"
19+ groups :
20+ production :
21+ dependency-type : " production"
22+ applies-to : version-updates
23+ update-types :
24+ - " minor"
25+ - " patch"
26+ development :
27+ dependency-type : " development"
28+ applies-to : version-updates
29+ update-types :
30+ - " minor"
31+ - " patch"
32+
33+ - package-ecosystem : composer
34+ directory : ' /'
35+ schedule :
36+ interval : monthly
37+ open-pull-requests-limit : 10
38+ versioning-strategy : increase
39+ reviewers :
40+ - " divyarajmasani"
41+ groups :
42+ production :
43+ dependency-type : " production"
44+ applies-to : version-updates
45+ update-types :
46+ - " minor"
47+ - " patch"
48+ development :
49+ dependency-type : " development"
50+ applies-to : version-updates
51+ update-types :
52+ - " minor"
53+ - " patch"
Original file line number Diff line number Diff line change 66 # Change below line to: `runs-on: self-hosted` if running on private repo under rtCamp org.
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v4
1010 with :
1111 ref : ${{ github.event.pull_request.head.sha }}
1212 - name : Run PHPCS inspection
You can’t perform that action at this time.
0 commit comments