1
0
mirror of synced 2026-05-22 18:53:15 +00:00

devops: add maven dependabot (#1485)

This commit is contained in:
Yury Semikhatsky
2024-02-09 12:16:57 -08:00
committed by GitHub
parent 8286f8a9d8
commit 36705817bf
+10
View File
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/" # Location of the pom.xml file
schedule:
interval: "weekly"
open-pull-requests-limit: 10
allow:
- dependency-type: "direct" # Optional: Only update direct dependencies
- dependency-type: "indirect" # Optional: Only update indirect (transitive) dependencies