From 9abff0ef9926cc9533a1e62abb9c696aaed2bc89 Mon Sep 17 00:00:00 2001 From: Ghian Date: Sat, 23 Nov 2024 22:16:14 +0800 Subject: [PATCH] chore: Remove allow section from dependabot configuration (#22) --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 983f974..540756d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,6 @@ updates: directory: / schedule: interval: "daily" # Check for updates every day - allow: - - dependency-name: "github.com/Fingertips18/*" # Only allow updates from the specified Go dependencies commit-message: prefix: "chore" # Use 'chore' prefix for the commit message include: "scope" # Include the scope (dependency name) in the commit message @@ -16,8 +14,6 @@ updates: directory: /client schedule: interval: "daily" # Check for updates every day - allow: - - dependency-name: "github.com/Fingertips18/*" # Only allow updates from the specified npm dependencies commit-message: prefix: "chore" # Use 'chore' prefix for the commit message include: "scope" # Include the scope (dependency name) in the commit message