Skip to content

Commit a73ca2f

Browse files
authored
Update dependabot.yml
1 parent 13f545b commit a73ca2f

File tree

1 file changed

+0
-71
lines changed

1 file changed

+0
-71
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -7,77 +7,6 @@ updates:
77
interval: weekly
88
time: "10:00"
99
timezone: Europe/London
10-
open-pull-requests-limit: 10
1110
labels:
1211
- "type/dependencies"
1312
- "scope/backend"
14-
ignore:
15-
# Disable dependabot pull requests for Netty
16-
# In general, our Netty references are temporary overrides, usually applied to address transitive Spring vulnerabilities, and should be configured with caution
17-
# In general, having conflicting Netty versions in the classpath is not recommended
18-
- dependency-name: "io.netty:*"
19-
groups:
20-
spring-boot-dependencies:
21-
patterns:
22-
- "org.springframework.boot:*"
23-
- "io.spring.dependency-management"
24-
# We will handle major upgrades manually
25-
update-types:
26-
- "patch"
27-
- "minor"
28-
exclude-patterns:
29-
- "org.springframework.boot:*"
30-
- "io.spring.dependency-management"
31-
other-dependencies:
32-
exclude-patterns:
33-
- "org.springframework.boot:*"
34-
- "io.spring.dependency-management"
35-
patterns:
36-
- "*"
37-
update-types:
38-
- "patch"
39-
- "minor"
40-
41-
- package-ecosystem: docker
42-
directory: "/api"
43-
schedule:
44-
interval: weekly
45-
time: "10:00"
46-
timezone: Europe/London
47-
open-pull-requests-limit: 10
48-
ignore:
49-
- dependency-name: "azul/zulu-openjdk-alpine"
50-
update-types: ["version-update:semver-major"]
51-
labels:
52-
- "type/dependencies"
53-
- "scope/backend"
54-
55-
- package-ecosystem: npm
56-
directory: "/frontend"
57-
schedule:
58-
interval: weekly
59-
time: "10:00"
60-
timezone: Europe/London
61-
open-pull-requests-limit: 10
62-
versioning-strategy: increase-if-necessary
63-
labels:
64-
- "type/dependencies"
65-
- "scope/frontend"
66-
groups:
67-
pnpm-dependencies:
68-
patterns:
69-
- "*"
70-
update-types:
71-
- "patch"
72-
- "minor"
73-
74-
- package-ecosystem: "github-actions"
75-
directory: "/"
76-
schedule:
77-
interval: weekly
78-
time: "10:00"
79-
timezone: Europe/London
80-
open-pull-requests-limit: 10
81-
labels:
82-
- "type/dependencies"
83-
- "scope/infra"

0 commit comments

Comments
 (0)