Merge pull request #433 from jellyfin/renovate/configure

Configure Renovate
This commit is contained in:
Bill Thornton 2023-09-08 09:19:41 -04:00 committed by GitHub
commit 372660feff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 9 deletions

View File

@ -1,9 +0,0 @@
version: 2
updates:
# Fetch and update latest `github-actions` pkgs
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: daily
time: '00:00'
open-pull-requests-limit: 10

50
.github/renovate.json vendored Normal file
View File

@ -0,0 +1,50 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>jellyfin/.github//renovate-presets/nodejs"
],
"ignoreDeps": [
"@babel/core",
"@react-native-async-storage/async-storage",
"@types/react",
"babel-preset-expo",
"expo",
"expo-asset",
"expo-av",
"expo-constants",
"expo-device",
"expo-file-system",
"expo-font",
"expo-keep-awake",
"expo-localization",
"expo-screen-orientation",
"expo-splash-screen",
"expo-status-bar",
"expo-web-browser",
"jest",
"jest-expo",
"react",
"react-native",
"react-native-gesture-handler",
"react-native-get-random-values",
"react-native-reanimated",
"react-native-safe-area-context",
"react-native-screens",
"react-native-webview",
"typescript"
],
"packageRules": [
{
"matchPackageNames": [ "mobx" ],
"allowedVersions": "<6"
},
{
"matchPackageNames": [ "mobx-react-lite" ],
"allowedVersions": "<3"
},
{
"matchPackageNames": [ "mobx-task" ],
"allowedVersions": "<3"
}
]
}