mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
26 lines
766 B
JSON
26 lines
766 B
JSON
|
{
|
||
|
"extends": [
|
||
|
"config:base",
|
||
|
":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": {
|
||
|
"fileMatch": ["requirements(-[a-z0-9]+)?\\.txt$"]
|
||
|
}
|
||
|
}
|