Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon authored Oct 29, 2023
1 parent ec379ff commit 4b5e16f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
version: 2
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: sunday
groups:
github-action-deps:
patterns: ["*"]

- package-ecosystem: "npm"
directory: "/"
versioning-strategy: lockfile-only
schedule:
interval: "weekly"
day: sunday
groups:
root-deps:
patterns: ["*"]

- package-ecosystem: "npm"
directory: "/tunnel-server"
versioning-strategy: lockfile-only
schedule:
interval: "weekly"
day: sunday
groups:
tunnel-server-deps:
patterns: ["*"]

0 comments on commit 4b5e16f

Please sign in to comment.