You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/02 15:51:49 UTC

[myfaces-tobago] branch master updated: chore: dependabot for Tobago 2.x

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

lofwyr 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 674d8a9  chore: dependabot for Tobago 2.x
674d8a9 is described below

commit 674d8a90735a189a640da94953ca96885a313868
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Feb 2 16:50:58 2022 +0100

    chore: dependabot for Tobago 2.x
---
 .github/dependabot.yml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8663c1c..3026ef7 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -185,6 +185,23 @@ updates:
         versions:
           - ">= 4.0.0"
 
+  - package-ecosystem: "maven"
+    directory: "/"
+    target-branch: "tobago-2.x"
+    commit-message:
+      prefix: "build"
+      prefix-development: "build"
+      include: "scope"
+    schedule:
+      interval: "daily"
+    ignore:
+      - dependency-name: "org.apache.myfaces.core:myfaces-api"
+        versions:
+          - ">= 2.1.0"
+      - dependency-name: "org.apache.myfaces.core:myfaces-impl"
+        versions:
+          - ">= 2.1.0"
+
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
@@ -205,6 +222,13 @@ updates:
       # Check for updates to GitHub Actions every day
       interval: "daily"
 
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    target-branch: "tobago-2.x"
+    schedule:
+      # Check for updates to GitHub Actions every day
+      interval: "daily"
+
   - package-ecosystem: "npm"
     # Look for `package.json` and `lock` files in the `root` directory
     directory: "/tobago-theme"