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

slawekjaranowski pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/main by this push:
     new 5245db6  Add Maven to Dependabot configuration
5245db6 is described below

commit 5245db64869706947f53c468eda2e320ac3db1c2
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Jul 13 21:11:56 2026 +0200

    Add Maven to Dependabot configuration
    
    We have a test project in repo, so parent pom can be tracked
---
 .github/dependabot.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index bdd5042..f8a0afc 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,3 +23,9 @@ updates:
     target-branch: "v4"
     schedule:
       interval: "daily"
+
+  - package-ecosystem: "maven"
+    directory: "/"
+    target-branch: "v4"
+    schedule:
+      interval: "daily"

Reply via email to