fix(bun): switch to matchDepNames for runtime version bundle #122

Merged
t.behrendt merged 1 commits from fix-bun-docker-and-version-grouping into main 2026-08-06 22:03:05 +02:00
Showing only changes of commit 378a86b9f2 - Show all commits
+1 -1
View File
@@ -27,7 +27,7 @@
"groupName": "bun version",
"groupSlug": "bun-version",
"matchManagers": ["bun-version", "dockerfile"],
"matchPackageNames": ["bun", "docker.io/oven/bun"]
"matchDepNames": ["Bun", "docker.io/oven/bun"]
}
]
}