Skip to content

Commit

Permalink
chore: Dependabot to handle monorepo
Browse files Browse the repository at this point in the history
With the pnpm change to have a monorepo structure - to allow for better
usage of the Makefile and whatnot - we need to update Dependabot to
tell it this is a monorepo of sorts.

This also deletes the pnpm-lock that is in frontend/ as it is no longer
being used
  • Loading branch information
Venefilyn committed Nov 11, 2024
1 parent dbfd692 commit 92a5e97
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Berlin"
versioning-strategy: increase

0 comments on commit 92a5e97

Please sign in to comment.