File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ updates:
13
13
applies-to : security-updates
14
14
patterns :
15
15
- " *"
16
- ignore :
17
- # Remove this when Trunk uses v19 for Commitlint
18
- - dependency-name : wagoid/commitlint-github-action
19
- update-types :
20
- - version-update:semver-major
21
16
- package-ecosystem : gomod
22
17
directory : /
23
18
schedule :
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
- - uses : wagoid/commitlint-github-action@v5
18
+ - uses : wagoid/commitlint-github-action@v6
19
19
trunk :
20
20
runs-on : ubuntu-latest
21
21
permissions :
Original file line number Diff line number Diff line change 1
- module . exports = {
1
+ export default {
2
2
extends : [ "@commitlint/config-conventional" ] ,
3
3
ignores : [ ( msg ) => / S i g n e d - o f f - b y : d e p e n d a b o t \[ b o t ] / m. test ( msg ) ] ,
4
4
} ;
You can’t perform that action at this time.
0 commit comments