Skip to content

Commit

Permalink
Merge pull request #882 from aiarena/updating-security-updates-with-d…
Browse files Browse the repository at this point in the history
…irect-dependencies

updating security updates with direct dependencies
  • Loading branch information
DrillableBit authored Jan 2, 2025
2 parents 67e9b55 + f1810b2 commit 55fcc4d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ updates:
schedule:
interval: "daily"
open-pull-requests-limit: 10
applies-to: security-updates
groups:
security-updates:
patterns:
- "*"
allow:
- dependency-type: "direct"
ignore:
- dependency-name: "*"
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"
security-updates-only: true

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

0 comments on commit 55fcc4d

Please sign in to comment.