Skip to content

Commit

Permalink
dependabot: fix for monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Jul 16, 2024
1 parent 906db64 commit 354fc0c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2

updates:
- package-ecosystem: docker
directory: /
schedule:
interval: weekly

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly

- package-ecosystem: npm
# support monorepo dependabot/dependabot-core#4993
directory: /
schedule:
interval: weekly
versioning-strategy: increase

0 comments on commit 354fc0c

Please sign in to comment.