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 ac24c35b30 chore(dependabot): fix dependabot.yml go path
ac24c35b30 is described below

commit ac24c35b30307f8d8ab413a7c66fc80fb3419c9f
Author: Sebastian Rühl <[email protected]>
AuthorDate: Fri Jun 10 13:31:41 2022 +0200

    chore(dependabot): fix dependabot.yml go path
---
 .github/dependabot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9e66294c77..3ca3218deb 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -28,6 +28,6 @@ updates:
   schedule:
     interval: daily
 - package-ecosystem: gomod
-  directory: /
+  directory: plc4go
   schedule:
     interval: daily

Reply via email to