You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2022/03/05 12:12:53 UTC

[fineract] branch develop updated: Fix invalid dependabot.yml (FINERACT-1453)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new ae40152  Fix invalid dependabot.yml (FINERACT-1453)
ae40152 is described below

commit ae40152a1d1e9e28ebc38dc0ee285bebcb64af5c
Author: Michael Vorburger ⛑️ <mi...@vorburger.ch>
AuthorDate: Sat Mar 5 13:12:49 2022 +0100

    Fix invalid dependabot.yml (FINERACT-1453)
---
 .github/dependabot.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index e1e4a32..e5b534a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -9,11 +9,11 @@ updates:
       interval: "daily"
       timezone: "Europe/Zurich"
     open-pull-requests-limit: 13
-- package-ecosystem: "github-actions"
+  - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
       interval: "daily"
-- package-ecosystem: "docker"
+  - package-ecosystem: "docker"
     directory: "/"
     schedule:
       interval: "daily"