mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-02 21:04:08 +03:00
ci(renovate): enable devcontainer manager
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
@@ -40,7 +40,8 @@
|
||||
},
|
||||
{
|
||||
"matchManagers": [
|
||||
"github-actions"
|
||||
"github-actions",
|
||||
"devcontainer"
|
||||
],
|
||||
"separateMajorMinor": false,
|
||||
"groupName": "ci"
|
||||
@@ -92,7 +93,8 @@
|
||||
"enabledManagers": [
|
||||
"npm",
|
||||
"github-actions",
|
||||
"cargo"
|
||||
"cargo",
|
||||
"devcontainer"
|
||||
],
|
||||
"labels": [
|
||||
"dependencies"
|
||||
|
||||
Reference in New Issue
Block a user