Skip to content

Commit 7dcd5a6

Browse files
Merge branch 'master' of github.com:rtCamp/blank-theme into fix/php-and-js-linting-issues
2 parents abf1b5b + ba31a5d commit 7dcd5a6

File tree

4 files changed

+2431
-4499
lines changed

4 files changed

+2431
-4499
lines changed

.github/dependabot.yml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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"

.github/workflows/phpcs_on_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
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

0 commit comments

Comments
 (0)