diff --git a/otterdog/eclipse-aascw.jsonnet b/otterdog/eclipse-aascw.jsonnet index 81207ea..0c1b718 100644 --- a/otterdog/eclipse-aascw.jsonnet +++ b/otterdog/eclipse-aascw.jsonnet @@ -30,4 +30,9 @@ orgs.newOrg('dt.aascw', 'eclipse-aascw') { }, }, ], -} +} + { + # snippet added due to 'https://github.com/eclipsefdn/otterdog-configs/blob/main/blueprints/add-dot-github-repo.yml' + _repositories+:: [ + orgs.newRepo('.github') + ], +} \ No newline at end of file