You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2022/12/24 12:54:11 UTC

[streampipes] 02/02: ci: ignore patch versions

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

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 14584d276552321142262125b457b25433cba9fb
Author: Samuel Abt <gi...@samuelabt.de>
AuthorDate: Fri Dec 23 22:11:26 2022 +0100

    ci: ignore patch versions
---
 .github/dependabot.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c5725f21c..cab91891b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -18,4 +18,7 @@ updates:
   - package-ecosystem: "npm"
     directory: "/ui"
     schedule:
-      interval: "daily"
\ No newline at end of file
+      interval: "daily"
+    ignore:
+      - dependency-name: "*"
+        update-types: ["version-update:semver-patch"]
\ No newline at end of file