Skip to content

Commit

Permalink
chore: Fix Dependabot duplicate updates
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed May 25, 2023
1 parent 46e0829 commit fc31d42
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,9 @@ updates:
interval: "daily"
reviewers:
- "edgarrmondragon"
ignore:
- dependency-name: "singer-sdk"
commit-message:
prefix: "chore(deps): "
prefix-development: "chore(deps-dev): "
- package-ecosystem: pip
directory: "/"
versioning-strategy: increase
schedule:
interval: "daily"
reviewers:
- "edgarrmondragon"
allow:
- dependency-name: "singer-sdk"
commit-message:
prefix: "feat(deps): "
prefix-development: "chore(deps-dev): "
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
Expand Down

0 comments on commit fc31d42

Please sign in to comment.