8000 chore: update renovate config (#5773) · adnanhashmi09/typescript-eslint@4228914 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4228914

Browse files
chore: update renovate config (typescript-eslint#5773)
* fix: renovate.json * Update .github/renovate.json Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
1 parent 77d2336 commit 4228914

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/renovate.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
"automerge": true,
33
"enabledManagers": ["github-actions", "npm"],
44
"ignoreDeps": ["cypress"],
5-
"internalChecksFilters": "strict",
5+
"internalChecksFilter": "strict",
66
"labels": ["dependencies"],
77
"packageRules": [
88
{
9-
"addLabels": ["github-actions"],
10-
"manager": "github-actions"
9+
"matchManagers": ["npm"],
10+
"addLabels": ["javascript"]
1111
},
1212
{
13-
"addLabels": ["javascript"],
14-
"manager": "npm"
13+
"matchManagers": ["github-actions"],
14+
"addLabels": ["github-actions"]
1515
}
1616
],
17-
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
18-
"stabilityDays": 3,
19-
"postUpdateOptions": ["yarnDedupeHighest"]
17+
"postUpdateOptions": ["yarnDedupeHighest"],
18+
"stabilityDays": 3
2019
}

0 commit comments

Comments
 (0)
0