Skip to content

Commit

Permalink
Group dependabot updates, and update GitHub Actions (#380)
Browse files Browse the repository at this point in the history
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
  • Loading branch information
hugovk and ezio-melotti committed Mar 2, 2024
1 parent e5d25d4 commit 513739b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ updates:
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
assignees:
- "ezio-melotti"
groups:
pip:
patterns:
- "*"
ignore:
- dependency-name: sentry-sdk
versions:
Expand All @@ -18,3 +23,14 @@ updates:
- dependency-name: pytest
versions:
- 6.2.2

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
assignees:
- "ezio-melotti"
groups:
actions:
patterns:
- "*"

0 comments on commit 513739b

Please sign in to comment.