From e90449233106f2ec7609b23d14afeec12dc7ec67 Mon Sep 17 00:00:00 2001 From: khoilen Date: Tue, 24 Dec 2024 14:28:15 +0700 Subject: [PATCH] feat: update dependabot --- .github/workflows/dependabot.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 30da2b5..70d2dcb 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -1,14 +1,9 @@ version: 2 updates: - package-ecosystem: "npm" - directory: "/" + directory: "/apps/nt-stylesheet" schedule: interval: "daily" - commit-message: - prefix: "chore" open-pull-requests-limit: 5 assignees: - "khoilen" - labels: - - "dependencies" - - "automated"