Skip to content

Commit

Permalink
update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CalcWorld committed Jan 13, 2025
1 parent b92ab0d commit 22b192e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "weekly" # Weekly updates
ignore:
- dependency-type: "all" # Ignore all non-security updates
labels:
- "security" # Optional: Add a label to security-related PRs
security-only: true # Focus only on security updates

0 comments on commit 22b192e

Please sign in to comment.