Skip to content

Commit

Permalink
updated dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanks91 committed Jun 28, 2024
1 parent 86d2bed commit a230fa4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
target-branch: "main"
groups:
maven-security-updates:
applies-to: "security-updates"
patterns:
- "*"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch", "version-update:semver-minor" ]
interval: "daily"
labels:
- "patch"
- "dependencies"

0 comments on commit a230fa4

Please sign in to comment.