This is an automated email from the ASF dual-hosted git repository.
holgerfriedrich 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 fbed36cbd3 [dependabot] Tune 4.4.x (#2597)
fbed36cbd3 is described below
commit fbed36cbd39ced9ab4350c98dd84cdf3afdea19a
Author: Holger Friedrich <[email protected]>
AuthorDate: Tue Apr 28 12:00:46 2026 +0200
[dependabot] Tune 4.4.x (#2597)
---
.github/dependabot.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index cfa755dd10..e6b02a3539 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -35,9 +35,17 @@ updates:
schedule:
interval: "daily"
target-branch: "karaf-4.4.x"
+ commit-message:
+ prefix: "[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"
+ commit-message:
+ prefix: "[4.4.x] "
\ No newline at end of file