jellyfin-kodi/.github/renovate.json
2025-08-20 18:19:07 +00:00

37 lines
704 B
JSON

{
"extends": [
"config:recommended",
":dependencyDashboard",
":timezone(Etc/UTC)",
":preserveSemverRanges"
],
"internalChecksFilter": "strict",
"rebaseWhen": "conflicted",
"packageRules": [
{
"description": "Add the ci and github-actions GitHub label to GitHub Action bump PRs",
"matchManagers": [
"github-actions"
],
"labels": [
"ci",
"github-actions"
]
},
{
"description": "Add the ci and github-actions GitHub label to GitHub Action bump PRs",
"matchManagers": [
"pip_requirements"
],
"labels": [
"pip",
"dependencies"
]
}
],
"pip_requirements": {
"managerFilePatterns": [
"/requirements(-[a-z0-9]+)?\\.txt$/"
]
}
}