Skip to content

Commit

Permalink
fix: remove unsupported 'name' property (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingertips18 authored Nov 16, 2024
1 parent 7bce3f4 commit 52d8dd9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: 2
updates:
# Update Go dependencies for the root directory
- name: "Update Go Dependencies"
package-ecosystem: "gomod"
directory: /
schedule:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 52d8dd9

Please sign in to comment.