1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00

Tools: Fixed Renovate patterns

This commit is contained in:
Laurent Cozic 2023-02-05 12:26:55 +00:00
parent 0019bb8d6b
commit 1e2aa4e2b5

View File

@ -92,7 +92,7 @@
"com.facebook.flipper:flipper-fresco-plugin", "com.facebook.flipper:flipper-fresco-plugin",
"com.facebook.flipper:flipper-network-plugin", "com.facebook.flipper:flipper-network-plugin",
"com.facebook.flipper:flipper", "com.facebook.flipper:flipper",
"com.google.code.gson:*", "com.google.code.gson:gson",
"com.google.code.gson", "com.google.code.gson",
"de.undercouch:gradle-download-task", "de.undercouch:gradle-download-task",
"jsc-android", "jsc-android",
@ -118,7 +118,7 @@
"groupName": "buildTools", "groupName": "buildTools",
"labels": ["automerge"], "labels": ["automerge"],
"extends": ["schedule:monthly"], "extends": ["schedule:monthly"],
"matchPackageNames": [ "matchPackagePatterns": [
// If the apps build and all tests pass, we can assume that Yarn // If the apps build and all tests pass, we can assume that Yarn
// and TypeScript are safe to upgrade. They are frequently // and TypeScript are safe to upgrade. They are frequently
// updated so having them here reduces noise. // updated so having them here reduces noise.
@ -139,11 +139,10 @@
"groupName": "aws", "groupName": "aws",
"labels": ["automerge"], "labels": ["automerge"],
"extends": ["schedule:monthly"], "extends": ["schedule:monthly"],
"matchPackageNames": [ "matchPackagePatterns": [
// AWS packages are updated too frequently and we can assume minor // AWS packages are updated too frequently and we can assume minor
// updates are stable. // updates are stable.
"@aws-sdk/client-s3", "@aws-sdk/*",
"@aws-sdk/s3-request-presigner",
"aws-sdk", "aws-sdk",
], ],
}, },