mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 05:59:39 +00:00
Merge pull request #433 from jellyfin/renovate/configure
Configure Renovate
This commit is contained in:
commit
372660feff
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@ -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
50
.github/renovate.json
vendored
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user