From c996b198391bacc4e2410bb09857b35ed8e91f54 Mon Sep 17 00:00:00 2001 From: "eclipse-otterdog[bot]" <158182605+eclipse-otterdog[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:05:12 +0000 Subject: [PATCH] Updating configuration --- otterdog/eclipse-jgit.jsonnet | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/otterdog/eclipse-jgit.jsonnet b/otterdog/eclipse-jgit.jsonnet index e1f039e..42dd216 100644 --- a/otterdog/eclipse-jgit.jsonnet +++ b/otterdog/eclipse-jgit.jsonnet @@ -111,4 +111,9 @@ orgs.newOrg('eclipse-jgit') { ], }, ], -} +} + { + # 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