Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json [skip ci] (#2305)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 6c9e45b commit 8f51846
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"extends": ["config:base", "schedule:earlyMondays"],
"extends": ["config:recommended", "schedule:earlyMondays"],
"labels": ["dependencies"],
"packageRules": [
{
"groupName": "@react-native-community/cli",
"matchPackagePrefixes": ["@react-native-community/cli"],
"allowedVersions": "^14.0.0"
"allowedVersions": "^14.0.0",
"matchPackageNames": ["@react-native-community/cli{/,}**"]
},
{
"groupName": "Android CameraX",
"matchDatasources": ["maven"],
"matchPackagePrefixes": ["androidx.camera"]
"matchPackageNames": ["androidx.camera{/,}**"]
},
{
"groupName": "Kotlin",
"matchDatasources": ["maven"],
"matchPackagePrefixes": ["org.jetbrains.kotlin"]
"matchPackageNames": ["org.jetbrains.kotlin{/,}**"]
},
{
"groupName": "ESLint",
"matchSourceUrlPrefixes": ["https://github.com/eslint/eslint"]
"matchSourceUrls": ["https://github.com/eslint/eslint{/,}**"]
},
{
"groupName": "Metro",
"matchSourceUrlPrefixes": ["https://github.com/facebook/metro"],
"allowedVersions": "^0.80.0"
"allowedVersions": "^0.80.0",
"matchSourceUrls": ["https://github.com/facebook/metro{/,}**"]
},
{
"groupName": "TypeScript type definitions",
"matchDatasources": ["npm"],
"matchPackagePrefixes": ["@types/"]
"matchPackageNames": ["@types/{/,}**"]
},
{
"groupName": "WebdriverIO",
"matchSourceUrlPrefixes": [
"https://github.com/appium/appium",
"https://github.com/webdriverio/webdriverio"
"matchSourceUrls": [
"https://github.com/appium/appium{/,}**",
"https://github.com/webdriverio/webdriverio{/,}**"
]
},
{
Expand Down Expand Up @@ -70,6 +70,6 @@
],
"postUpdateOptions": ["yarnDedupeHighest"],
"rangeStrategy": "update-lockfile",
"stabilityDays": 7,
"minimumReleaseAge": "7 days",
"timezone": "Europe/Oslo"
}

0 comments on commit 8f51846

Please sign in to comment.