File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,23 @@ updates:
3
3
- package-ecosystem : maven
4
4
directory : " /"
5
5
schedule :
6
- interval : " daily "
6
+ interval : " weekly "
7
7
open-pull-requests-limit : 10
8
8
ignore :
9
9
- dependency-name : " jakarta.inject:jakarta.inject-api"
10
+ groups :
11
+ dev-deps :
12
+ dependency-type : " development"
13
+ prod-deps :
14
+ dependency-type : " production"
15
+
16
+ - package-ecosystem : " github-actions"
17
+ directory : " /"
18
+ schedule :
19
+ interval : " weekly"
20
+ open-pull-requests-limit : 5
21
+ commit-message :
22
+ prefix : " [workflow]"
23
+ labels :
24
+ - " dependencies"
25
+ target-branch : " master"
Original file line number Diff line number Diff line change 100
100
</execution >
101
101
</executions >
102
102
</plugin >
103
+ <plugin >
104
+ <groupId >org.apache.maven.plugins</groupId >
105
+ <artifactId >maven-surefire-plugin</artifactId >
106
+ <configuration >
107
+ <argLine >-XX:+EnableDynamicAgentLoading -Dnet.bytebuddy.experimental=true</argLine >
108
+ </configuration >
109
+ </plugin >
103
110
<plugin >
104
111
<groupId >org.apache.maven.plugins</groupId >
105
112
<artifactId >maven-compiler-plugin</artifactId >
Original file line number Diff line number Diff line change 146
146
<artifactId >maven-surefire-plugin</artifactId >
147
147
<configuration >
148
148
<useModulePath >false</useModulePath >
149
+ <argLine >-XX:+EnableDynamicAgentLoading -Dnet.bytebuddy.experimental=true</argLine >
149
150
</configuration >
150
151
</plugin >
151
152
</plugins >
You can’t perform that action at this time.
0 commit comments