refactor: move bundled extension gap allowlists into manifests

This commit is contained in:
Peter Steinberger
2026-03-08 16:25:56 +00:00
parent e5c06dd64a
commit 64d4d9aabb
8 changed files with 56 additions and 13 deletions

View File

@@ -37,6 +37,11 @@
"npmSpec": "@openclaw/googlechat",
"localPath": "extensions/googlechat",
"defaultChoice": "npm"
},
"releaseChecks": {
"rootDependencyMirrorAllowlist": [
"google-auth-library"
]
}
}
}