You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/06/10 11:24:23 UTC

[plc4x] branch develop updated: chore(dependabot): update github-actions and gomod

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8519ad2d8e chore(dependabot): update github-actions and gomod
8519ad2d8e is described below

commit 8519ad2d8e8124d6986ab09dba214332d5846f6c
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Fri Jun 10 13:24:14 2022 +0200

    chore(dependabot): update github-actions and gomod
---
 .github/dependabot.yml | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index b95f53193a..c2d4024a9e 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -19,7 +19,15 @@
 
 version: 2
 updates:
-  - package-ecosystem: "maven" # See documentation for possible values
-    directory: "/" # Location of package manifests
+- package-ecosystem: maven
+  directory: /
+  schedule:
+    interval: daily
+- package-ecosystem: github-actions
+    directory: /
     schedule:
-      interval: "daily"
+      interval: daily
+- package-ecosystem: gomod
+    directory: /
+    schedule:
+      interval: daily