Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit fe03593

Browse files
committed
chore: use shared renovate config
1 parent f28741e commit fe03593

File tree

4 files changed

+5
-26
lines changed

4 files changed

+5
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/ChiefORZ/tslint-config"
77
},
8-
"author": "ChiefORZ",
8+
"author": "ChiefORZ <[email protected]>",
99
"scripts": {
1010
"postinstall": "is-ci || husky install",
1111
"precommit": "true",

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/ChiefORZ/tslint-config"
1212
},
1313
"license": "UNLICENSED",
14-
"author": "ChiefORZ",
14+
"author": "ChiefORZ <[email protected]>",
1515
"main": "lib/tslint-config.js",
1616
"directories": {
1717
"lib": "lib"

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/ChiefORZ/tslint-config-react"
1212
},
1313
"license": "UNLICENSED",
14-
"author": "ChiefORZ",
14+
"author": "ChiefORZ <[email protected]>",
1515
"main": "lib/tslint-config-react.js",
1616
"directories": {
1717
"lib": "lib"

renovate.json

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"assignees": ["ChiefORZ"],
42
"extends": [
5-
"config:base",
6-
":prNotPending",
7-
":rebaseStalePrs",
8-
":updateNotScheduled",
9-
":automergeDigest",
10-
":automergeMinor"
11-
],
12-
"packageRules": [
13-
{
14-
"assignees": ["ChiefORZ"],
15-
"automerge": true,
16-
"automergeStrategy": "rebase",
17-
"automergeType": "pr",
18-
"groupName": "all non-major dependencies",
19-
"groupSlug": "all-minor-patch",
20-
"matchUpdateTypes": ["patch", "minor"],
21-
"schedule": ["before 3am on Monday"]
22-
}
23-
],
24-
"platformAutomerge": true,
25-
"semanticCommits": "enabled"
3+
"github>chieforz/renovate-config"
4+
]
265
}

0 commit comments

Comments
 (0)