You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2022/03/25 08:50:45 UTC

[myfaces-tobago] branch master updated: chore: ignore checkstyle 10

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 66f2e55  chore: ignore checkstyle 10
66f2e55 is described below

commit 66f2e55f7ce168848d313557df694e4b04407d17
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Mar 25 09:41:36 2022 +0100

    chore: ignore checkstyle 10
    
    Ignore checkstyle 10 for tobago-2, because
    checkstyle 10 need java11
---
 .github/dependabot.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1647082..54ce293 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -255,6 +255,9 @@ updates:
       - dependency-name: "org.seleniumhq.selenium:selenium-java"
         versions:
           - ">= 3.0.0"
+      - dependency-name: "com.puppycrawl.tools:checkstyle"
+        versions:
+          - ">= 10.0"
 
   - package-ecosystem: "github-actions"
     directory: "/"