Skip to content

Commit

Permalink
SDCSRM-542 Dependabot Security Only PRs (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanks91 authored Jul 2, 2024
1 parent 9330b66 commit 718a9fc
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@ 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"
- "dependencies"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch", "version-update:semver-minor", "version-update:semver-major" ]

0 comments on commit 718a9fc

Please sign in to comment.