From 04ceceab982c3049be3229f62c2db15ec4e45c7f Mon Sep 17 00:00:00 2001 From: Keisuke Umeno <9renpoto@gmail.com> Date: Sun, 31 Dec 2023 10:13:16 +0900 Subject: [PATCH] chore: add Type --- .github/dependabot.yml | 6 ------ .github/mergeable.yml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b4720fd9..fb3c3e58 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,20 +4,14 @@ updates: directory: / schedule: interval: daily - time: "03:00" - timezone: "Asia/Tokyo" - package-ecosystem: github-actions directory: "/" schedule: interval: daily - time: "03:00" - timezone: "Asia/Tokyo" - package-ecosystem: npm directory: "/" schedule: interval: daily - time: "03:00" - timezone: "Asia/Tokyo" groups: tauri-apps: patterns: diff --git a/.github/mergeable.yml b/.github/mergeable.yml index 02738e4e..cf6f81f7 100644 --- a/.github/mergeable.yml +++ b/.github/mergeable.yml @@ -4,5 +4,5 @@ mergeable: validate: - do: label must_include: - regex: bug|documentation|enhancement + regex: ^Type|bug|documentation|enhancement message: must include types