Skip to content

Commit

Permalink
Add dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
daanboer committed Jun 30, 2023
1 parent 1b30456 commit 9d5e545
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
version: 2

updates:
- package-ecosystem: npm
directory: /packages/schema
schedule:
interval: weekly
day: sunday
labels:
- "dependencies: schema"
- package-ecosystem: npm
directory: /packages/database
schedule:
interval: weekly
day: sunday
labels:
- "dependencies: database"
- package-ecosystem: npm
directory: /packages/converter
schedule:
interval: weekly
day: sunday
labels:
- "dependencies: converter"
- package-ecosystem: cargo
directory: /packages/converter
schedule:
interval: weekly
day: sunday
labels:
- "dependencies: converter"
- package-ecosystem: npm
directory: /app
schedule:
interval: weekly
day: sunday
labels:
- "dependencies: application"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
labels:
- "dependencies: github actions"

0 comments on commit 9d5e545

Please sign in to comment.