This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new d66b4648cd Fix dependabot yml typo (#2284)
d66b4648cd is described below
commit d66b4648cdd6a6a9221882540eb0c97d525bf674
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Tue Aug 4 11:49:05 2026 -0400
Fix dependabot yml typo (#2284)
---
.github/dependabot.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index bd3def8c9a..7efd33462d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -44,7 +44,7 @@ updates:
target-branch: "activemq-6.3.x"
commit-message:
prefix: "[6.3.x] "
- open-pull-requests-limits: 50
+ open-pull-requests-limit: 50
ignore:
- dependency-name: "*"
update-types:
@@ -63,7 +63,7 @@ updates:
target-branch: "activemq-6.2.x"
commit-message:
prefix: "[6.2.x] "
- open-pull-requests-limits: 50
+ open-pull-requests-limit: 50
ignore:
- dependency-name: "*"
update-types:
@@ -82,7 +82,7 @@ updates:
target-branch: "activemq-5.19.x"
commit-message:
prefix: "[5.19.x] "
- open-pull-requests-limits: 50
+ open-pull-requests-limit: 50
ignore:
- dependency-name: "*"
update-types:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact