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 e2cb2aa Update dependabot.yml e2cb2aa is described below commit e2cb2aafecf18ea3313e02f00fcdded8f59feb29 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Tue Apr 1 09:17:39 2025 +0100 Update dependabot.yml Try to resolve errors like: The property '#/updates/1' of type object did not match any of the required schemas The property '#/updates/1' did not contain a required property of 'package-ecosystem' The property '#/updates/1' did not contain a required property of 'schedule' --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ee2f87c..00079ca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,11 +20,6 @@ updates: schedule: interval: "weekly" day: "friday" - - ignore: - # Disable automatic major updates of bndlib because - # org.apache.felix:maven-bundle-plugin does not yet support bndlib 7 - - dependency-name: "biz.aQute.bnd:biz.aQute.bndlib" - update-types: [ "version-update:semver-major" ] - package-ecosystem: "github-actions" directory: "/" schedule: