Update Blog “tips-and-tricks-for-using-renovate”

This commit is contained in:
Harsh Shandilya 2023-01-15 09:54:54 +00:00
parent 67edd86f24
commit 149e8d0d09
1 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@ There are times where you're sticking with an older version of a package (tempor
{
"packageRules": [
{
managers: ["gradle"],
packagePatterns: ["^com.squareup.okhttp3"],
enabled: false,
"managers": ["gradle"],
"packagePatterns": ["^com.squareup.okhttp3"],
"enabled": false,
},
],
}