Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-dhangar authored Jun 18, 2024
1 parent 5bf88d1 commit 2a90a5b
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,32 @@

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
# Example for npm (JavaScript/Node.js)
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

# Example for Python (pip)
- package-ecosystem: "pip"
directory: "/" # Location of requirements.txt or pyproject.toml
schedule:
interval: "weekly"

# Example for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/" # Location of your GitHub Actions workflows
schedule:
interval: "weekly"

# Example for Docker
- package-ecosystem: "docker"
directory: "/" # Location of Dockerfiles
schedule:
interval: "weekly"

# Example for Ruby (bundler)
- package-ecosystem: "bundler"
directory: "/" # Location of Gemfile
schedule:
interval: "weekly"

0 comments on commit 2a90a5b

Please sign in to comment.