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 2021/10/13 13:48:49 UTC

[myfaces-tobago] branch master updated: fix: dependabot

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 8a11877  fix: dependabot
8a11877 is described below

commit 8a11877001421c1d04312db246d514984f8d6769
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed Oct 13 15:48:12 2021 +0200

    fix: dependabot
---
 .github/dependabot.yml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 08b8165..067cd7d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -26,16 +26,16 @@ updates:
       include: "scope"
     schedule:
       interval: "daily"
-      ignore:
-        - dependency-name: "org.antlr:stringtemplate"
-          versions:
-            - ">= 4.0.0"
-        - dependency-name: "org.apache.maven.plugins:maven-checkstyle-plugin"
-          versions:
-            - ">=3.1.0"
-        - dependency-name: "org.apache.maven.plugins:maven-enforcer-plugin"
-          versions:
-            - ">= 3.0.0"
+    ignore:
+      - dependency-name: "org.antlr:stringtemplate"
+        versions:
+          - ">= 4.0.0"
+      - dependency-name: "org.apache.maven.plugins:maven-checkstyle-plugin"
+        versions:
+          - ">=3.1.0"
+      - dependency-name: "org.apache.maven.plugins:maven-enforcer-plugin"
+        versions:
+          - ">= 3.0.0"
 
   - package-ecosystem: "maven"
     directory: "/"