From dc7f2837c20bb4b94aeb437d36ba03ecb729f53e Mon Sep 17 00:00:00 2001 From: sugarfillet <18705174754@163.com> Date: Fri, 8 May 2020 15:53:44 +0800 Subject: [PATCH] add yaml file --- conmon.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 conmon.yaml diff --git a/conmon.yaml b/conmon.yaml new file mode 100644 index 0000000..0a62989 --- /dev/null +++ b/conmon.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: containers/conmon +tag_prefix: ^v +seperator: . -- Gitee