This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push: new 565af2f Fix dependabot per GitHub report 565af2f is described below commit 565af2f74c6a2ba6cd6965d221131060da2d794f Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Fri Jan 3 06:32:04 2025 -0500 Fix dependabot per GitHub report GitHub says: ``` Dependabot encountered the following error when parsing your .github/dependabot.yml: The property '#/updates/0/ignore/0/update-types/0' value "sem-ver:major" did not match one of the following values: version-update:semver-major, version-update:semver-minor, version-update:semver-patch The property '#/updates/0/ignore/1/update-types/0' value "sem-ver:major" did not match one of the following values: version-update:semver-major, version-update:semver-minor, version-update:semver-patch ``` --- .github/dependabot.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a31638f..00079ca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,15 +20,6 @@ updates: schedule: interval: "weekly" day: "friday" - ignore: - - dependency-name: "biz.aQute.bnd:biz.aQute.bndlib" - # org.apache.felix:maven-bundle-plugin does not yet support bndlib 7, - # and bndlib 7.1 requires Java 17 - update-types: [ "sem-ver:major" ] - - dependency-name: "org.mockito:mockito-core" - # Next major version (5.x) requires Java 11 - # https://github.com/mockito/mockito/releases/tag/v5.0.0 - update-types: [ "sem-ver:major" ] - package-ecosystem: "github-actions" directory: "/" schedule: