Skip to content

Commit b787d05

Browse files
Split dependabot groups into spring-boot, squareup, and jsonwebtoken groups
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent 7ee218a commit b787d05

1 file changed

Lines changed: 9 additions & 40 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -12,47 +12,16 @@ updates:
1212
reviewers:
1313
- "berrycloud/reviewers"
1414
groups:
15-
auto-merge-minor-and-patch:
16-
update-types:
17-
- "minor"
18-
- "patch"
15+
spring-boot-dependencies:
16+
patterns:
17+
- "org.springframework.boot:*"
18+
- "org.springframework.integration:*"
19+
squareup-dependencies:
20+
patterns:
21+
- "com.squareup.*:*"
22+
jsonwebtoken-dependencies:
1923
patterns:
20-
- "com.h2database:h2"
21-
- "com.jayway.jsonpath:json-path-assert"
22-
- "com.puppycrawl.tools:checkstyle"
23-
- "com.squareup.okhttp3:mockwebserver"
24-
- "com.squareup.okhttp3:okhttp"
25-
- "com.squareup.okhttp3:okhttp-bom"
26-
- "io.hypersistence:hypersistence-utils-hibernate-70"
27-
- "io.jsonwebtoken:jjwt-api"
28-
- "io.jsonwebtoken:jjwt-impl"
29-
- "io.jsonwebtoken:jjwt-jackson"
30-
- "io.netty:netty-resolver-dns-native-macos"
31-
- "jakarta.validation:jakarta.validation-api"
32-
- "org.apache.maven.plugins:maven-checkstyle-plugin"
33-
- "org.apache.maven.plugins:maven-compiler-plugin"
34-
- "org.apache.maven.plugins:maven-failsafe-plugin"
35-
- "org.apache.maven.plugins:maven-gpg-plugin"
36-
- "org.apache.maven.plugins:maven-javadoc-plugin"
37-
- "org.apache.maven.plugins:maven-release-plugin"
38-
- "org.apache.maven.plugins:maven-source-plugin"
39-
- "org.apache.maven.plugins:maven-surefire-plugin"
40-
- "org.eclipse.m2e:lifecycle-mapping"
41-
- "org.hibernate.validator:hibernate-validator"
42-
- "org.jacoco:jacoco-maven-plugin"
43-
- "org.projectlombok:lombok"
44-
- "org.sonatype.central:central-publishing-maven-plugin"
45-
- "org.springframework.boot:spring-boot-autoconfigure"
46-
- "org.springframework.boot:spring-boot-devtools"
47-
- "org.springframework.boot:spring-boot-jackson2"
48-
- "org.springframework.boot:spring-boot-starter-data-jpa"
49-
- "org.springframework.boot:spring-boot-starter-parent"
50-
- "org.springframework.boot:spring-boot-starter-test"
51-
- "org.springframework.boot:spring-boot-starter-validation"
52-
- "org.springframework.boot:spring-boot-starter-web"
53-
- "org.springframework.boot:spring-boot-starter-webflux"
54-
- "org.springframework.boot:spring-boot-webmvc-test"
55-
- "org.springframework.integration:spring-integration-test"
24+
- "io.jsonwebtoken:*"
5625
- package-ecosystem: "github-actions"
5726
directory: "/"
5827
schedule:

0 commit comments

Comments
 (0)