This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/master by this push:
new a58c82d OPENNLP-1690: Add opennlp-tools to dependabot excludes of
addons/sandbox (#226)
a58c82d is described below
commit a58c82dbca3fcbe0b726aed7b05b53746b79652c
Author: Martin Wiesner <[email protected]>
AuthorDate: Wed Jan 22 11:37:52 2025 +0100
OPENNLP-1690: Add opennlp-tools to dependabot excludes of addons/sandbox
(#226)
---
.github/dependabot.yml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 19a3d75..8f6a22f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -22,6 +22,15 @@ updates:
interval: weekly
time: '04:00'
open-pull-requests-limit: 10
+ ignore:
+ # Update strategy for secondary project components (sandbox & addons)
+ # ------------------------------------------------------------------
+ # The components' version should be aligned with primary components
around 'opennlp-tools',
+ # that is, the SNAPSHOT version should match the current
in-development version.
+ # Consequently, the opennlp-tools dependency can't be updated via
dependabot and
+ # is thus excluded / ignored here, as additional (manual) steps are
required.
+ - dependency-name: "org.apache.opennlp:opennlp-tools"
+ update-types: [ "version-update:semver-major",
"version-update:semver-minor", "version-update:semver-patch" ]
- package-ecosystem: "github-actions"
directory: "/"