Skip to content

Commit

Permalink
Merge pull request #877 from aiarena/adding-security-pattern
Browse files Browse the repository at this point in the history
adding *security* pattern
  • Loading branch information
DrillableBit authored Dec 30, 2024
2 parents 0b3c64e + 5b58095 commit f1b4202
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ updates:
open-pull-requests-limit: 10

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

# Frontend dependencies (security updates grouped)
# - package-ecosystem: npm
Expand Down

0 comments on commit f1b4202

Please sign in to comment.