From 04488f45992c6be414e21d0c6c63e0b1afa0c75b Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 2 Nov 2024 13:04:16 +0900 Subject: [PATCH 1/2] Add .github/ISSUE_TEMPLATE/config.yml - Disable blank (without using a template) issue - Add a contact link to the support room on Matrix Signed-off-by: Suguru Hirahara --- .github/ISSUE_TEMPLATE/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..57488385d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,6 @@ +--- +blank_issues_enabled: false +contact_links: + - name: Support room on Matrix + url: https://matrix.to/#/#matrix-docker-ansible-deploy:devture.com + about: Get timely support from more people by joining our Matrix room. From 94cb9bad32be97846b74ccf75d4219ba5a352372 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 2 Nov 2024 13:09:55 +0900 Subject: [PATCH 2/2] Update .github/renovate.json: add "dependencies" label Signed-off-by: Suguru Hirahara --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 06bf4ade9..f14fed020 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,6 +3,7 @@ "extends": [ "config:base" ], + "labels": ["dependencies"], "regexManagers": [ { "fileMatch": ["defaults/main.yml$"],