Skip to content

Commit 2269bf6

Browse files
committed
Remove faulty override of renovate packageRules
1 parent f9c50fa commit 2269bf6

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,5 @@
1010
"prConcurrentLimit": 100,
1111
"prHourlyLimit": 10,
1212
"branchPrefix": "renovate-9x/",
13-
"commitMessageSuffix": " (branch_9x)",
14-
"packageRules": [
15-
{
16-
"description": "Skip errorprone upgrades since newer versions require JDK17",
17-
"matchPackagePrefixes": ["com.google.errorprone"],
18-
"enabled": false
19-
}
20-
]
13+
"commitMessageSuffix": " (branch_9x)"
2114
}

0 commit comments

Comments
 (0)