Skip to content

Commit

Permalink
Merge pull request #886 from aiarena/filtering-everything-except-secu…
Browse files Browse the repository at this point in the history
…rity-updates

filtering everything except security updates
  • Loading branch information
DrillableBit authored Jan 2, 2025
2 parents 5edef3b + 49600db commit e4b7c8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 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
allow:
- dependency-name: "*"
ignore:
- dependency-name: "*"
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"
- "version-update:semver-patch"

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

0 comments on commit e4b7c8e

Please sign in to comment.