Skip to content

Commit 79843f0

Browse files
committed
Disable updates for @api3/contracts-v9 and refine package matching patterns in renovate.json
1 parent d6f6afe commit 79843f0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

renovate.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended"],
44
"packageRules": [
5+
{
6+
"matchPackageNames": ["@api3/contracts-v9"],
7+
"enabled": false
8+
},
59
{
610
"matchUpdateTypes": ["major"],
711
"schedule": ["before 10am on the first day of the month"],
@@ -13,13 +17,13 @@
1317
"groupName": "other minor updates"
1418
},
1519
{
16-
"matchPackagePatterns": ["@api3/.*", "@phase21/.*", "nodary/.*"],
20+
"matchPackagePatterns": ["@api3/.*", "nodary/.*"],
1721
"matchUpdateTypes": ["major"],
1822
"schedule": ["before 6pm"],
1923
"groupName": "api3 major updates"
2024
},
2125
{
22-
"matchPackagePatterns": ["@api3/.*", "@phase21/.*", "nodary/.*"],
26+
"matchPackagePatterns": ["@api3/.*", "nodary/.*"],
2327
"matchUpdateTypes": ["patch", "minor"],
2428
"schedule": ["before 6pm"],
2529
"groupName": "api3 minor updates"

0 commit comments

Comments
 (0)