Skip to content

Commit

Permalink
Tools: Fixed Renovate patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Feb 5, 2023
1 parent 0019bb8 commit 1e2aa4e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"com.facebook.flipper:flipper-fresco-plugin",
"com.facebook.flipper:flipper-network-plugin",
"com.facebook.flipper:flipper",
"com.google.code.gson:*",
"com.google.code.gson:gson",
"com.google.code.gson",
"de.undercouch:gradle-download-task",
"jsc-android",
Expand All @@ -118,7 +118,7 @@
"groupName": "buildTools",
"labels": ["automerge"],
"extends": ["schedule:monthly"],
"matchPackageNames": [
"matchPackagePatterns": [
// If the apps build and all tests pass, we can assume that Yarn
// and TypeScript are safe to upgrade. They are frequently
// updated so having them here reduces noise.
Expand All @@ -139,11 +139,10 @@
"groupName": "aws",
"labels": ["automerge"],
"extends": ["schedule:monthly"],
"matchPackageNames": [
"matchPackagePatterns": [
// AWS packages are updated too frequently and we can assume minor
// updates are stable.
"@aws-sdk/client-s3",
"@aws-sdk/s3-request-presigner",
"@aws-sdk/*",
"aws-sdk",
],
},
Expand Down

0 comments on commit 1e2aa4e

Please sign in to comment.