Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devk0n authored Feb 11, 2025
1 parent 0322ec5 commit b8ca639
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "github-actions" # Monitor GitHub Actions dependencies
directory: "/"
schedule:
interval: "daily" # Check for updates daily

- package-ecosystem: "cmake" # Monitor CMake dependencies
directory: "/"
schedule:
interval: "weekly" # Check for updates weekly

- package-ecosystem: "pip" # Monitor Python dependencies (if applicable)
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "npm" # Monitor Node.js dependencies (if applicable)
directory: "/"
schedule:
interval: "weekly"
interval: "weekly"

0 comments on commit b8ca639

Please sign in to comment.