mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
38 lines
685 B
JSON
38 lines
685 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$"
|
||
|
]
|
||
|
}
|
||
|
}
|