This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 10f6469e34 ci(dependabot): add dependency updates for karaf-4.4.x
branch (#2326)
10f6469e34 is described below
commit 10f6469e346b2f9e84550429f7ef2b3471bfcc44
Author: JB Onofré <[email protected]>
AuthorDate: Sat Mar 14 17:21:28 2026 +0100
ci(dependabot): add dependency updates for karaf-4.4.x branch (#2326)
Add Dependabot entries for github-actions and maven ecosystems
targeting the karaf-4.4.x branch, mirroring the existing main
branch configuration.
---
.github/dependabot.yml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 88867ebc7b..07fa3e2de7 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -33,3 +33,17 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ target-branch: "karaf-4.4.x"
+ - package-ecosystem: "maven"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ target-branch: "karaf-4.4.x"
+ open-pull-requests-limit: 50
+ ignore:
+ - dependency-name: "*"
+ update-types: ["version-update:semver-major"]