From c7d7586d3520e37e378e4af4d7e381f40ad0367a Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Wed, 21 Jun 2023 22:55:06 -0400 Subject: [PATCH] build: fix version and update issue config --- .github/ISSUE_TEMPLATE/config.yml | 7 ++----- .github/dependabot.yml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c28351a..3786b54 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,8 @@ blank_issues_enabled: true contact_links: - - name: ❓Question + - name: ❓ Question url: https://github.com/transitive-bullshit/agentic/discussions/new?category=Q%26A about: Got a (non-bug related) question? Ask the community for help! - - name: 💡Feature Request + - name: 💡 Feature Request url: https://github.com/transitive-bullshit/agentic/discussions/new?category=Ideas about: Share ideas for new features with the community. - - name: 🐛Bug Report - url: https://github.com/transitive-bullshit/agentic/issues/new?&template=bug_report.md - about: Create an issue with a bug report. diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 785a885..33369e0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -version: 3 +version: 2 updates: - package-ecosystem: npm directory: "/"