Skip to content

Commit 9089cb3

Browse files
authored
ci: Make renovate coexist with renovate-changesets bot (#93)
1 parent 98597c3 commit 9089cb3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"workarounds:all"
1414
],
1515
"prHourlyLimit": 10,
16+
"gitIgnoredAuthors": [
17+
"41898282+github-actions[bot]@users.noreply.github.com"
18+
],
1619
"rangeStrategy": "bump",
1720
"labels": ["dependencies"],
1821
"commitMessageTopic": "{{depName}}",
@@ -25,7 +28,12 @@
2528
},
2629
{
2730
"groupName": "react dependencies",
28-
"matchPackageNames": ["react", "react-dom", "@types/react", "@types/react-dom"]
31+
"matchPackageNames": [
32+
"react",
33+
"react-dom",
34+
"@types/react",
35+
"@types/react-dom"
36+
]
2937
},
3038
{
3139
"groupName": "playground dependencies",

0 commit comments

Comments
 (0)