Skip to content

Commit

Permalink
Support NPM Workspaces and Docker (#384)
Browse files Browse the repository at this point in the history
The `lockfile-only` was for NX compatibility i think

Co-authored-by: Rune Johansen <[email protected]>
  • Loading branch information
runejo and runejo authored Dec 4, 2024
1 parent bcc9568 commit 2e9489b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
directories:
- "/"
- "/packages/pxweb2"
- "/packages/pxweb2-api-client"
- "/packages/pxweb2-ui"
schedule:
interval: "weekly"
versioning-strategy: lockfile-only
versioning-strategy: auto
open-pull-requests-limit: 20
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 2e9489b

Please sign in to comment.