-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependabot.yml
46 lines (46 loc) · 1.32 KB
/
dependabot.yml
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
version: 2
registries:
central:
type: "maven-repository"
url: "https://repo.maven.apache.org/maven2"
updates:
- package-ecosystem: "maven"
directory: "/"
registries:
- central
schedule:
interval: "weekly"
target-branch: "dependabot-staging-main"
open-pull-requests-limit: 10
groups:
maven-plugins:
patterns:
- org.apache.maven.plugins*
ignore:
- dependency-name: "org.springframework.boot:spring-boot-starter-parent"
update-types: [ "version-update:semver-minor", "version-update:semver-major" ]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "dependabot-staging-main"
- package-ecosystem: "maven"
directory: "/"
registries:
- central
schedule:
interval: "weekly"
target-branch: "dependabot-staging-spring33x"
open-pull-requests-limit: 10
groups:
maven-plugins:
patterns:
- org.apache.maven.plugins*
ignore:
- dependency-name: "org.springframework.boot:spring-boot-starter-parent"
update-types: [ "version-update:semver-minor", "version-update:semver-major" ]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "dependabot-staging-spring33x"