Skip to content

Commit 5e06ae9

Browse files
authored
Merge pull request #166 from vidavidorra/renovate/major-commitlint-monorepo
chore(deps): update commitlint monorepo to v13 (major)
2 parents 4af00d1 + 6c05e9a commit 5e06ae9

File tree

6 files changed

+2364
-214
lines changed

6 files changed

+2364
-214
lines changed

.github/renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packageRules": [
55
{
66
"description": "Disable updates for aliased commitlint packages with a final version",
7-
"packagePatterns": ["^@commitlint/(lint|load)\\-(9|10|11)\\.x"],
7+
"packagePatterns": ["^@commitlint/(lint|load)\\-(9|10|11|12)\\.x"],
88
"depTypeList": ["devDependencies"],
99
"enabled": false
1010
},

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
node: [10, 12, 14, 15]
31+
node: [12, 14, 16]
3232
steps:
3333
- name: Checkout
3434
uses: actions/[email protected]
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
fail-fast: false
4949
matrix:
50-
node: [10, 12, 14, 15]
50+
node: [12, 14, 16]
5151
steps:
5252
- name: Checkout
5353
uses: actions/[email protected]

0 commit comments

Comments
 (0)