Skip to content

Commit 89ce39f

Browse files
Copilotserhalp
andauthored
chore(renovate): open PRs immediately for Netlify packages (#7941)
* Initial plan * feat: configure Renovate to open PRs immediately for @netlify/ packages Co-authored-by: serhalp <1377702+serhalp@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: serhalp <1377702+serhalp@users.noreply.github.com>
1 parent e439393 commit 89ce39f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

renovate.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
},
1111
"postUpdateOptions": ["npmDedupe"],
1212
"packageRules": [
13+
{
14+
"description": "Open PRs immediately for @netlify/ packages without a schedule",
15+
"matchPackagePatterns": ["^@netlify/"],
16+
"schedule": ["at any time"]
17+
},
1318
{
1419
"matchFileNames": ["site/package.json"],
1520
"semanticCommitType": "chore",

0 commit comments

Comments
 (0)