mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
Enable Dependabot on Maven extensions (#15820)
This commit is contained in:
parent
9a3e6c7e38
commit
89056986b6
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@ -4,3 +4,9 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "maven"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
allow:
|
||||
- dependency-name: "com.gradle.*"
|
||||
|
10
pom.xml
10
pom.xml
@ -688,7 +688,7 @@
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>samples/client/petstore/java/retrofit2rx</module>
|
||||
<module>samples/client/petstore/java/retrofit2rx2</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
@ -728,7 +728,7 @@
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>scala-httpclient</id>
|
||||
<id>scala-sttp</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>env</name>
|
||||
@ -736,7 +736,7 @@
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>samples/client/petstore/scala-httpclient</module>
|
||||
<module>samples/client/petstore/scala-sttp</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
@ -772,7 +772,7 @@
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>samples/client/petstore/java-helidon-client</module>
|
||||
<module>samples/client/petstore/java-helidon-client/mp</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
@ -784,7 +784,7 @@
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>samples/server/petstore/java-helidon-server</module>
|
||||
<module>samples/server/petstore/java-helidon-server/mp</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
|
Loading…
x
Reference in New Issue
Block a user