Skip to content

Commit

Permalink
chore(dependabot): add version update feature
Browse files Browse the repository at this point in the history
This will automatically create `PR`s with package updates
  • Loading branch information
marcel-bitfly committed Nov 22, 2024
1 parent ef6f5a2 commit d7e7c9e
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: "/frontend"
schedule:
interval: "weekly"
time: "05:00"
timezone: "Europe/Berlin"
target-branch: "staging"
assignees:
- "marcel-bitfly"
- "benji-bitfly"
commit-message:
prefix: "chore(update): dependencies"
include: "scope"
prefix-development: "chore(update): dev-dependencies"
include: "scope"

0 comments on commit d7e7c9e

Please sign in to comment.