Skip to content

Commit 19cdfcc

Browse files
authored
Infra: Ignore Netty updates (#1329)
1 parent 00964a8 commit 19cdfcc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ updates:
1111
labels:
1212
- "type/dependencies"
1313
- "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:*"
1419
groups:
1520
spring-boot-dependencies:
1621
patterns:
@@ -23,16 +28,10 @@ updates:
2328
exclude-patterns:
2429
- "org.springframework.boot:*"
2530
- "io.spring.dependency-management"
26-
# All netty references are temporary overwrites that must be set carefully
27-
# We do not need dependabot to send pull requests
28-
- "io.netty:*"
2931
other-dependencies:
3032
exclude-patterns:
3133
- "org.springframework.boot:*"
3234
- "io.spring.dependency-management"
33-
# All netty references are temporary overwrites that must be set carefully
34-
# We do not need dependabot to send pull requests
35-
- "io.netty:*"
3635
patterns:
3736
- "*"
3837
update-types:

0 commit comments

Comments
 (0)