diff --git a/bun-npm.json b/bun-npm.json index 4c7a009..0fe22a9 100644 --- a/bun-npm.json +++ b/bun-npm.json @@ -10,10 +10,11 @@ "matchManagers": ["npm", "bun"] }, { - "description": "Group Bun version and Docker version updates together", + "description": "Group Bun releases", "groupName": "bun version", "groupSlug": "bun-version", - "matchPackageNames": ["Bun", "oven/bun"] + "matchDatasources": ["github-tags", "docker"], + "matchPackageNames": ["docker.io/oven/bun", "oven-sh/bun", "Bun"] } ] -} \ No newline at end of file +}