Skip to content

Commit

Permalink
Enable Dependabot on Maven extensions (#15820)
Browse files Browse the repository at this point in the history
  • Loading branch information
jprinet authored Jun 12, 2023
1 parent 9a3e6c7 commit 8905698
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-name: "com.gradle.*"
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@
</property>
</activation>
<modules>
<module>samples/client/petstore/java/retrofit2rx</module>
<module>samples/client/petstore/java/retrofit2rx2</module>
</modules>
</profile>
<profile>
Expand Down Expand Up @@ -728,15 +728,15 @@
</modules>
</profile>
<profile>
<id>scala-httpclient</id>
<id>scala-sttp</id>
<activation>
<property>
<name>env</name>
<value>scala</value>
</property>
</activation>
<modules>
<module>samples/client/petstore/scala-httpclient</module>
<module>samples/client/petstore/scala-sttp</module>
</modules>
</profile>
<profile>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 8905698

Please sign in to comment.