ci(renovate): enable devcontainer manager

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Fernando Fernández
2026-07-25 12:23:05 +00:00
committed by GitHub
parent a7749ebd64
commit 1f180f2487
+4 -2
View File
@@ -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"