Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase dependabot tolerance for a PR backlog #291

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
updates:
- package-ecosystem: maven
directory: /
open-pull-requests-limit: 10
open-pull-requests-limit: 40
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does that disable JS PR?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, we might see slightly more of them. It just means the JS PRs don't block Java PRs, which I think is what's happening at the moment. The solution to the JS PRs is to add automated tests so we can merge them with confidence, and the solution to that is to move to a framework that's more modern than angular, so it aligns with team skills.

schedule:
interval: weekly
labels:
Expand Down
Loading