Skip to content

Commit

Permalink
feat: added dependabot (#1144)
Browse files Browse the repository at this point in the history
* feat: added dependabot

* revert: unwanted changes

* revert: unwanted changes in package-lock.json

* added comments and prefix for dependabot PRs

* revert: unwanted changes
  • Loading branch information
disha1202 authored Dec 7, 2023
1 parent 1c6d8f4 commit b59bdf0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Configuration for automated dependency updates using Dependabot
version: 2
updates:
# Define the target package ecosystem
- package-ecosystem: "npm"
# Specify the root directory
directory: "/"
# Schedule automated updates to run weekly
schedule:
interval: "weekly"
# Labels to apply to Dependabot PRs
labels:
- "dependencies"
# Specify the target branch for PRs
target-branch: "develop"
# Customize commit message prefix
commit-message:
prefix: "chore(deps):"

0 comments on commit b59bdf0

Please sign in to comment.