Skip to content

Commit ed0c4f7

Browse files
committed
chore: remove unwanted dependencies
1 parent f8ccc9c commit ed0c4f7

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ daysUntilClose: 7
66

77
# Issues with these labels will never be considered stale
88
exemptLabels:
9-
- 'Type: Security'
9+
- "Type: Security"
1010

1111
# Label to use when marking an issue as stale
12-
staleLabel: 'Status: Abandoned'
12+
staleLabel: "Status: Abandoned"
1313

1414
# Comment to post when marking an issue as stale. Set to `false` to disable
1515
markComment: >

config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"probotApps": [
99
"stale",
1010
"lock"
11-
]
11+
],
12+
"runGhActionsOnWindows": false
1213
}

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@
5757
"@poppinss/dev-utils": "^1.1.4",
5858
"@types/node": "^15.9.0",
5959
"@types/supertest": "^2.0.11",
60-
"commitizen": "^4.2.4",
6160
"copyfiles": "^2.4.1",
62-
"cz-conventional-changelog": "^3.3.0",
6361
"del-cli": "^3.0.1",
6462
"eslint": "^7.27.0",
6563
"eslint-config-prettier": "^8.3.0",

0 commit comments

Comments
 (0)