This is an automated email from the ASF dual-hosted git repository. claude pushed a commit to branch feature/restructure in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit d8d5e9e0bd623fe82b7dd0038c940c5043fbfe63 Author: P. Ottlinger <[email protected]> AuthorDate: Sun Dec 21 16:22:01 2025 +0100 RAT-478: Remove existing JDK8 dependabot exclusions --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 26635e55..fa2cf7f7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,7 +22,7 @@ updates: # Remember that version range definitions depend on the build tool, thus for Maven: # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#versions-ignore # https://maven.apache.org/pom.html#Dependency_Version_Requirement_Specification -# Example: +# Example: # ignore: # - dependency-name: "org.apache.tika:tika-core" # versions: ["[3,)"]
