Skip to content

Commit 898e68d

Browse files
authored
chore: add ignored deps for renovate [skip ci]
1 parent 45b558c commit 898e68d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"matchDepTypes": ["dependencies"],
1616
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],
1717
"groupName": "dependencies",
18-
"semanticCommitType": "fix"
18+
"semanticCommitType": "fix",
19+
"matchPackageNames": ["!eslint", "!numerous", "!execa"]
1920
}
2021
]
2122
}

0 commit comments

Comments
 (0)