-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdependabot.yml
More file actions
59 lines (58 loc) · 2.39 KB
/
Copy pathdependabot.yml
File metadata and controls
59 lines (58 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "maven" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
reviewers:
- "berrycloud/reviewers"
groups:
auto-merge-minor-and-patch:
update-types:
- "minor"
- "patch"
patterns:
- "com.h2database:h2"
- "com.jayway.jsonpath:json-path-assert"
- "com.puppycrawl.tools:checkstyle"
- "com.squareup.okhttp3:mockwebserver"
- "com.squareup.okhttp3:okhttp"
- "com.squareup.okhttp3:okhttp-bom"
- "io.hypersistence:hypersistence-utils-hibernate-70"
- "io.jsonwebtoken:jjwt-api"
- "io.jsonwebtoken:jjwt-impl"
- "io.jsonwebtoken:jjwt-jackson"
- "io.netty:netty-resolver-dns-native-macos"
- "jakarta.validation:jakarta.validation-api"
- "org.hibernate.validator:hibernate-validator"
- "org.projectlombok:lombok"
- "org.springframework.boot:spring-boot-autoconfigure"
- "org.springframework.boot:spring-boot-devtools"
- "org.springframework.boot:spring-boot-jackson2"
- "org.springframework.boot:spring-boot-starter-data-jpa"
- "org.springframework.boot:spring-boot-starter-test"
- "org.springframework.boot:spring-boot-starter-validation"
- "org.springframework.boot:spring-boot-starter-web"
- "org.springframework.boot:spring-boot-starter-webflux"
- "org.springframework.boot:spring-boot-webmvc-test"
- "org.springframework.integration:spring-integration-test"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
auto-merge-minor-and-patch:
update-types:
- "minor"
- "patch"
patterns:
- "actions/checkout"
- "actions/create-github-app-token"
- "actions/setup-java"
- "actions/stale"
- "advanced-security/maven-dependency-submission-action"
- "github/codeql-action"