Skip to content

Commit

Permalink
fix(dependabot): disable update PR till e2e coverage is completed (#959)
Browse files Browse the repository at this point in the history
## Changes

- prevents opening new minor dep update PRs by dependabot until we feel
good about the e2e coverage and it's running on Dev (we'll still get the
security updates, this only applies to the deluge of minor updates we
get)

Closes #835 

## How to test this PR

1. After this is merged, do you see less dependabot updates?
  • Loading branch information
billhimmelsbach authored Sep 20, 2024
1 parent 1e179c4 commit 7e77b1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
# Once we feel comfortable with e2e test coverage and it's running on dev, we can re-enable this
# see: https://github.com/cfpb/sbl-frontend/issues/835
# see also: https://github.com/cfpb/sbl-frontend/issues/957
open-pull-requests-limit: 0

0 comments on commit 7e77b1e

Please sign in to comment.