Skip to content

Commit

Permalink
Merge pull request #433 from jellyfin/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
thornbill authored Sep 8, 2023
2 parents 6e26235 + 02fc0c0 commit 372660f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/dependabot.yml

This file was deleted.

50 changes: 50 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 372660f

Please sign in to comment.