chore: add maven to dependabot (#5123)

This commit is contained in:
Piotr Idzik
2024-05-01 12:56:47 +02:00
committed by GitHub
parent 2513ccd62b
commit fd65892415

View File

@@ -10,4 +10,9 @@ updates:
directory: "/.github/workflows/"
schedule:
interval: "daily"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
...