Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ananto30 committed Jul 3, 2023
1 parent 4e89ec7 commit abe5af9
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,28 @@
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/app" # Location of package manifests
schedule:
interval: "monthly"
groups:
dependencies:
directory: "/app" # Location of package manifests
schedule:
interval: "monthly"

patterns:
- "*"

- package-ecosystem: "npm" # See documentation for possible values
directory: "/server" # Location of package manifests
schedule:
interval: "monthly"
groups:
dependencies:
directory: "/server" # Location of package manifests
schedule:
interval: "monthly"
patterns:
- "*"

- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
groups:
dependencies:
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
patterns:
- "*"

0 comments on commit abe5af9

Please sign in to comment.