Skip to content

Commit 74b6a2c

Browse files
committed
ci: setup branch auto-merge via renovate
1 parent c5f3583 commit 74b6a2c

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

renovate.json

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
]
2+
"extends": ["config:base", ":semanticCommitTypeAll(chore)"],
3+
"pinVersions": false,
4+
"separateMajorMinor": false,
5+
"dependencyDashboard": false,
6+
"semanticCommits": "enabled",
7+
"lockFileMaintenance": {
8+
"enabled": true,
9+
"schedule": ["before 2am"],
10+
"automerge": true,
11+
"automergeType": "branch"
12+
},
13+
"packageRules": [
14+
{
15+
"matchUpdateTypes": ["patch", "minor"],
16+
"matchCurrentVersion": "!/^0/",
17+
"groupName": "patch/minor dependencies",
18+
"groupSlug": "all-non-major",
19+
"automerge": true,
20+
"automergeType": "branch"
21+
}
22+
],
23+
"schedule": ["every weekday"],
24+
"ignoreDeps": ["crawlee", "docusaurus-plugin-typedoc-api"]
625
}

website/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3357,7 +3357,7 @@ __metadata:
33573357
languageName: node
33583358
linkType: hard
33593359

3360-
"@typescript-eslint/eslint-plugin@npm:^7.15.0":
3360+
"@typescript-eslint/eslint-plugin@npm:^7.0.0":
33613361
version: 7.15.0
33623362
resolution: "@typescript-eslint/eslint-plugin@npm:7.15.0"
33633363
dependencies:
@@ -3380,7 +3380,7 @@ __metadata:
33803380
languageName: node
33813381
linkType: hard
33823382

3383-
"@typescript-eslint/parser@npm:^7.15.0":
3383+
"@typescript-eslint/parser@npm:^7.0.0":
33843384
version: 7.15.0
33853385
resolution: "@typescript-eslint/parser@npm:7.15.0"
33863386
dependencies:
@@ -12420,8 +12420,8 @@ __metadata:
1242012420
"@giscus/react": "npm:^3.0.0"
1242112421
"@mdx-js/react": "npm:^3.0.1"
1242212422
"@types/react": "npm:^18.0.28"
12423-
"@typescript-eslint/eslint-plugin": "npm:^7.15.0"
12424-
"@typescript-eslint/parser": "npm:^7.15.0"
12423+
"@typescript-eslint/eslint-plugin": "npm:^7.0.0"
12424+
"@typescript-eslint/parser": "npm:^7.0.0"
1242512425
axios: "npm:^1.5.0"
1242612426
buffer: "npm:^6.0.3"
1242712427
clsx: "npm:^2.0.0"

0 commit comments

Comments
 (0)