mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 10:16:11 +00:00
Add renovate config
This commit is contained in:
parent
bc4438fbfd
commit
76bcb042ba
1 changed files with 26 additions and 0 deletions
26
.github/renovate.json
vendored
Normal file
26
.github/renovate.json
vendored
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"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$"]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue