diff --git a/workflows/cve-fixer/component-repository-mappings.json b/workflows/cve-fixer/component-repository-mappings.json index 4c90be2..a3cdad1 100644 --- a/workflows/cve-fixer/component-repository-mappings.json +++ b/workflows/cve-fixer/component-repository-mappings.json @@ -593,11 +593,24 @@ ] } ] + }, + "Notebooks": { + "repos": [ + { + "url": "https://github.com/mtchoum1/notebooks", + "type": "midstream", + "default_branch": "main", + "active_branches": [ + "rhoai-2.25", + "rhoai-3.3" + ] + } + ] } }, "metadata": { "description": "Component to repository and branch mappings for CVE fix workflow automation", "purpose": "Maps Jira components to GitHub repositories and their branch strategies for automated CVE patching", - "last_updated": "2026-04-16" + "last_updated": "2026-04-22" } }