Skip to content

Commit 950cc3d

Browse files
committed
🖌️ renovate: limit System.CommandLine updates to once per month
1 parent a1bd3fd commit 950cc3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"github>database64128/renovate-config:dotnet"
5+
],
6+
"packageRules": [
7+
{
8+
"matchPackageNames": ["System.CommandLine"],
9+
"schedule": ["monthly"]
10+
}
511
]
612
}

0 commit comments

Comments
 (0)