From 4ecfbffdb1e7c2fde5df8de6ba5de012d970db1a Mon Sep 17 00:00:00 2001 From: Andrew Bredow Date: Wed, 6 Oct 2021 15:54:06 -0400 Subject: [PATCH] Add issue template config with Dependabot contact links --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 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 0000000000..6f158ee1ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Questions or comments about Dependabot Alerts or Security Updates + url: https://support.github.com/ + about: You're looking at the repository for Dependabot's updating logic. For issues about Dependabot the service, please contact GitHub Support.