Skip to content

Commit 5d69921

Browse files
authored
fix: add not-pending prCreation for not waiting for status checks (#366)
1 parent baa58ae commit 5d69921

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/renovate.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@
88
"npm:unpublishSafe",
99
":disableDependencyDashboard"
1010
],
11+
"prCreation": "not-pending",
1112
"packageRules": [
1213
{
1314
"groupName": "@ui5/webcomponents packages",
14-
"matchPackageNames": ["@ui5/webcomponents{/,}**"]
15+
"matchPackageNames": [
16+
"@ui5/webcomponents{/,}**"
17+
]
1518
}
1619
]
17-
}
20+
}

0 commit comments

Comments
 (0)