mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 10:16:11 +00:00
Merge pull request #745 from jellyfin/pr-dependa-poof-1
Replace dependabot with renovate
This commit is contained in:
commit
eb8d9ae3e0
2 changed files with 26 additions and 16 deletions
16
.github/dependabot.yaml
vendored
16
.github/dependabot.yaml
vendored
|
@ -1,16 +0,0 @@
|
||||||
version: 2
|
|
||||||
updates:
|
|
||||||
- package-ecosystem: github-actions
|
|
||||||
directory: /
|
|
||||||
schedule:
|
|
||||||
interval: weekly
|
|
||||||
labels:
|
|
||||||
- ci
|
|
||||||
- github-actions
|
|
||||||
- package-ecosystem: pip
|
|
||||||
directory: /
|
|
||||||
schedule:
|
|
||||||
interval: weekly
|
|
||||||
labels:
|
|
||||||
- pip
|
|
||||||
- dependencies
|
|
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