Skip to content
Closed
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
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
open-pull-requests-limit: 1
groups:
all:
patterns: ["*"]
# Remember that version range definitions depend on the build tool, thus for Maven:
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#versions-ignore
# https://maven.apache.org/pom.html#Dependency_Version_Requirement_Specification
Expand Down
Loading