Skip to content

Commit

Permalink
chore: add dependabot github action for automatic dependency updates (#…
Browse files Browse the repository at this point in the history
…16)

Added a **GitHub Action** for **Dependabot** to automate the process of updating dependencies.
  • Loading branch information
Fingertips18 authored Nov 24, 2024
1 parent 0bd8d7d commit 48022e2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:
# Update npm dependencies in the client directory
- package-ecosystem: "npm"
directory: /
schedule:
interval: "daily"
commit-message:
prefix: "chore"
include: "scope"
reviewers:
- Fingertips18

# Update GitHub Actions dependencies in the root directory
- package-ecosystem: "github-actions"
directory: /
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
include: "scope"
reviewers:
- Fingertips18

0 comments on commit 48022e2

Please sign in to comment.