Loading
ha-mcp: restrict update script to release versions
The upstream repo tags both releases (v6.6.1) and dev builds (v6.6.1.dev211). Without a version regex, the update bot picks up dev tags and opens spurious PRs (e.g. #490377). Add a --version-regex that matches only three-segment release versions.