Skip to content

Commit

Permalink
Update dependabot.yml with groups for dependencies to keep from needi…
Browse files Browse the repository at this point in the history
…ng so many PRs
  • Loading branch information
UpstreamData committed Jan 6, 2025
1 parent 670f0e7 commit 035b9ac
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,33 @@ updates:
directory: /
schedule:
interval: monthly
open-pull-requests-limit: 5
groups:
opentelemetry:
patterns:
- "opentelemetry-*"
database:
patterns:
- "tortoise-orm"
- "aerich"
- "aiocache"
- "asyncpg"
webserver:
patterns:
- "fastapi"
- "jinja2"
- "python-multipart"
- "uvicorn"
- "httpx"
- "pydantic-settings"
auth:
patterns:
- "itsdangerous"
- "argon2-*"
- "joserfc"
swu:
patterns:
- "libconf"
- "semver"

- package-ecosystem: github-actions
directory: /
Expand Down

0 comments on commit 035b9ac

Please sign in to comment.