Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHazemAli authored Nov 11, 2024
1 parent 2846b31 commit fe54b8b
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "pip" # Python package manager for backend dependencies
directory: "/backend" # Location of backend's requirements.txt
schedule:
interval: "weekly"
- package-ecosystem: "npm" # Node.js package manager for frontend dependencies
directory: "/frontend" # Location of the frontend's package.json
schedule:
interval: "weekly"
- package-ecosystem: "npm" # Node.js package manager for frontend-nextjs dependencies
directory: "/frontend-nextjs" # Location of the Next.js frontend's package.json
schedule:
interval: "weekly"

0 comments on commit fe54b8b

Please sign in to comment.