Skip to content

Commit

Permalink
Merge pull request #860 from aiarena/correcting-security-update-syntax
Browse files Browse the repository at this point in the history
correcting security update syntax
  • Loading branch information
DrillableBit authored Dec 20, 2024
2 parents 59e64b9 + 0a92bcd commit 301235b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ updates:
interval: daily
open-pull-requests-limit: 10

# Frontend dependencies (security updates only)
# Frontend dependencies (security updates grouped)
- package-ecosystem: npm
directory: "/frontend"
schedule:
interval: daily
open-pull-requests-limit: 10
security-only: true
groups:
grouped-security-updates:
applies-to: security-updates
patterns:
- "*"

# Frontend dependencies all updates grouped by major/minor
# - package-ecosystem: npm
Expand Down

0 comments on commit 301235b

Please sign in to comment.