From 8f573aa92605af3b4baf483eec410c2b8ac861c0 Mon Sep 17 00:00:00 2001 From: Fingertips Date: Sat, 23 Nov 2024 22:14:10 +0800 Subject: [PATCH] chore: Remove allow section from dependabot configuration --- .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