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.
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$"],