Skip to content

Commit

Permalink
chore: Remove allow section from dependabot configuration (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingertips18 authored Nov 23, 2024
1 parent cd5e09e commit 9abff0e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9abff0e

Please sign in to comment.