Skip to content

Commit

Permalink
Enable dependabot in the repo to manage dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Dec 20, 2023
1 parent 62718f6 commit 7d2260a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
commit-message:
prefix: "[Dependencies]"
groups:
dependencies-prod:
dependency-type: "production"
dependencies-dev:
dependency-type: "development"
labels:
- dependencies
versioning-strategy: increase

0 comments on commit 7d2260a

Please sign in to comment.