From 9b5afba8162ce06b355ea589eb5e6a5f925d5150 Mon Sep 17 00:00:00 2001 From: srothgan <141313976+srothgan@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:19:46 +0200 Subject: [PATCH] chore: clean up repository labels (#27) --- .github/ISSUE_TEMPLATE/compatibility_request.md | 2 +- .github/dependabot.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/compatibility_request.md b/.github/ISSUE_TEMPLATE/compatibility_request.md index cb5c681..a98b57b 100644 --- a/.github/ISSUE_TEMPLATE/compatibility_request.md +++ b/.github/ISSUE_TEMPLATE/compatibility_request.md @@ -2,7 +2,7 @@ name: Compatibility request about: Request compatibility with ratatui/crossterm/etc. title: "[compat] " -labels: ["enhancement"] +labels: ["compatibility"] assignees: [] --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 75dd327..fea742d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,7 @@ updates: interval: weekly labels: - dependencies + - cargo open-pull-requests-limit: 10 groups: patch-and-minor: @@ -21,3 +22,4 @@ updates: interval: weekly labels: - dependencies + - github-actions