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

Commit d9c2ce1

Browse files
chore: renovate automerge lint/prettier packages and minor gha
1 parent 2900e9b commit d9c2ce1

1 file changed

Lines changed: 33 additions & 3 deletions

File tree

.github/renovate.json

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
},
5151
{
5252
"groupName": "typescript-types",
53-
"matchPackageNames": [
53+
"matchPackagePatterns": [
5454
"^@types/"
5555
]
5656
},
5757
{
5858
"groupName": "eslint packages",
59-
"matchPackageNames": [
59+
"matchPackagePatterns": [
6060
"eslint"
6161
]
6262
},
@@ -68,7 +68,7 @@
6868
"groupName": "pytest packages",
6969
"groupSlug": "pytest",
7070
"separateMinorPatch": true,
71-
"matchPackageNames": [
71+
"matchPackagePatterns": [
7272
"^pytest"
7373
]
7474
},
@@ -83,6 +83,36 @@
8383
"allowedVersions": "^3.8",
8484
"enabled": true
8585
},
86+
{
87+
"description": "Auto merge lint and formatting tools",
88+
"matchManagers": ["npm"],
89+
"matchPackagePatterns": [
90+
"lint",
91+
"prettier",
92+
"eslint",
93+
"@typescript-eslint/",
94+
"stylelint",
95+
"jshint",
96+
"tslint"
97+
],
98+
"automerge": true,
99+
"automergeType": "pr"
100+
},
101+
{
102+
"description": "Auto merge npm minor and patch updates",
103+
"matchManagers": ["npm"],
104+
"matchUpdateTypes": ["minor", "patch"],
105+
"matchCurrentVersion": "!/^0/",
106+
"automerge": true,
107+
"automergeType": "pr"
108+
},
109+
{
110+
"description": "Auto merge GitHub Actions minor updates",
111+
"matchManagers": ["github-actions"],
112+
"matchUpdateTypes": ["minor", "patch"],
113+
"automerge": true,
114+
"automergeType": "pr"
115+
},
86116
{
87117
"description": "Auto merge non-major updates",
88118
"matchUpdateTypes": [

0 commit comments

Comments
 (0)