From 52d8dd9d37ad16c43fa7edfd6ba1e40bf8aba43c Mon Sep 17 00:00:00 2001 From: Ghian Date: Sat, 16 Nov 2024 19:40:18 +0800 Subject: [PATCH] fix: remove unsupported 'name' property (#20) --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 32d5270..bb98eb4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,6 @@ version: 2 updates: # Update Go dependencies for the root directory - - name: "Update Go Dependencies" package-ecosystem: "gomod" directory: / schedule: @@ -13,7 +12,6 @@ updates: include: scope # Include the scope (dependency name) in the commit message # Update npm dependencies for the client directory - - name: "Update NPM Dependencies (Client)" package-ecosystem: "npm" directory: /client schedule: @@ -25,7 +23,6 @@ updates: include: scope # Include the scope (dependency name) in the commit message # Update GitHub Actions dependencies for the root directory - - name: "Update GitHub Actions" package-ecosystem: "github-actions" directory: / schedule: