8000 chore: switch from dependabot to Renovate (#5761) · adnanhashmi09/typescript-eslint@7a377e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a377e4

Browse files
chore: switch from dependabot to Renovate (typescript-eslint#5761)
* chore: switch from dependabot to Renovate * Update renovate.json * Apply suggestions * apply suggestions * fix: format renoavte.json * Back to ignoreDeps, alas Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
1 parent ac8f06b commit 7a377e4

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/renovate.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"automerge": true,
3+
"enabledManagers": ["github-actions", "npm"],
4+
"ignoreDeps": ["cypress"],
5+
"internalChecksFilters": "strict",
6+
"labels": ["dependencies"],
7+
"packageRules": [
8+
{
9+
"addLabels": ["github-actions"],
10+
"manager": "github-actions"
11+
},
12+
{
13+
"addLabels": ["javascript"],
14+
"manager": "npm"
15+
}
16+
],
17+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
18+
"stabilityDays": 3
19+
}

0 commit comments

Comments
 (0)
0