Skip to content

Commit

Permalink
chore: Create dependabot.yml to automatically update dependencies (#…
Browse files Browse the repository at this point in the history
…806)

Co-authored-by: Jan Amann <jan@amann.work>
  • Loading branch information
Abdel-Monaam-Aouini and amannn authored Aug 26, 2024
1 parent a1e4853 commit 1c3f054
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# .github/dependabot.yml
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'monthly'
commit-message:
prefix: chore
groups:
all-dependencies:
patterns:
- "*"
open-pull-requests-limit: 1

0 comments on commit 1c3f054

Please sign in to comment.