You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by au...@apache.org on 2022/11/03 17:22:57 UTC

[beam-starter-python] branch main updated: Fix indentation typo

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

austin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/beam-starter-python.git


The following commit(s) were added to refs/heads/main by this push:
     new fdfc908  Fix indentation typo
     new 8942615  Merge pull request #12 from davidcavazos/patch-1
fdfc908 is described below

commit fdfc9082025a6e0d31cd5fa5f2b1bd60357330c7
Author: David Cavazos <dc...@google.com>
AuthorDate: Thu Nov 3 09:22:05 2022 -0700

    Fix indentation typo
---
 .github/dependabot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c292b19..d9a1e7b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -20,7 +20,7 @@ updates:
       - pabloem
       - y1chi
 
-- package-ecosystem: "github-actions"
+  - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
       interval: "daily"