Skip to content

Commit

Permalink
chore: Stop grouping singer-sdk updates (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jun 18, 2024
1 parent 45e4648 commit 4420417
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ updates:
prefix: "feat(deps): "
prefix-development: "chore(deps-dev): "
versioning-strategy: increase
groups:
singer-sdk:
patterns:
- "singer-sdk*"
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ optional-dependencies.dev = [
optional-dependencies.testing = [
"deptry>=0.12",
"pytest>=7.4",
"singer-sdk[testing]~=0.37.0",
"singer-sdk[testing]",
]
optional-dependencies.typing = [
"mypy",
Expand Down

0 comments on commit 4420417

Please sign in to comment.