Skip to content
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
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,20 @@ updates:
security-updates:
applies-to: security-updates
dependency-type: production
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
Copy link
Member

Choose a reason for hiding this comment

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

Why does it have to be daily ?
There is nothing so urgent about dependency upgrades that makes it necessary to do every day.
Can we make it weekly to reduce the amount of PRs this will generate ?

assignees:
- wendigo
open-pull-requests-limit: 10
Copy link
Member

Choose a reason for hiding this comment

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

Why do we need 10 open PRs about dependency upgrade ?
Can't we have it limited to 2 or 3 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Let's see in a week if the amount of PRs is too high

groups:
dependency-updates:
applies-to: version-updates
update-types:
- major
- minor
- patch
security-updates:
applies-to: security-updates
dependency-type: production
Loading