From c2632b55273f5f9b966365fd874afc532f6656a1 Mon Sep 17 00:00:00 2001 From: simu Date: Mon, 29 Aug 2022 12:21:41 +0000 Subject: [PATCH] Update from projectsyn/modulesync-control --- .cruft.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .cruft.json diff --git a/.cruft.json b/.cruft.json new file mode 100644 index 0000000..0b41aab --- /dev/null +++ b/.cruft.json @@ -0,0 +1,21 @@ +{ + "template": "https://github.com/projectsyn/commodore-component-template.git", + "commit": "e6c4fd69190db1ad12e941d578b9423d0e2f993c", + "checkout": "main", + "context": { + "cookiecutter": { + "name": "vault", + "slug": "vault", + "parameter_key": "vault", + "test_cases": "defaults", + "add_golden": "y", + "add_matrix": "n", + "add_go_unit": "y", + "github_owner": "projectsyn", + "github_name": "component-vault", + "github_url": "https://github.com/projectsyn/component-vault", + "_template": "https://github.com/projectsyn/commodore-component-template.git" + } + }, + "directory": null +}