Skip to content

Commit 91c922c

Browse files
authored
Update maven.yml
1 parent d8b0f7e commit 91c922c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/dependabot/maven.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ job:
77
allowed-updates:
88
- dependency-type: direct
99
update-type: all
10-
security-updates-only: true
10+
security-updates-only: false
1111
source:
1212
provider: github
1313
repo: raanand-hw/java-sdk
@@ -19,4 +19,6 @@ job:
1919
applies-to: security-updates
2020
rules:
2121
patterns:
22-
- "*"
22+
- com.nimbusds *
23+
- org.springframework.boot:spring-boot
24+

0 commit comments

Comments
 (0)