This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch java-dependabot
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit fd6623d1ebff091f6b57c88c5dbec0fdefaa6289
Author: Daan Hoogland <d...@apache.org>
AuthorDate: Thu Aug 7 09:01:16 2025 +0200

    java dependabot file
---
 .github/workflows/dependabot.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.github/workflows/dependabot.yaml 
b/.github/workflows/dependabot.yaml
new file mode 100644
index 00000000000..5b063201e48
--- /dev/null
+++ b/.github/workflows/dependabot.yaml
@@ -0,0 +1,11 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# 
https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+  - package-ecosystem: "maven" # See documentation for possible values
+    directory: "/" # Location of package manifests
+    schedule:
+      interval: "daily"

Reply via email to