You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2022/07/14 01:14:06 UTC

[beam-starter-python] branch main updated: enable dependabot

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

altay 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 09b3af8  enable dependabot
     new 3a26289  Merge pull request #3 from davidcavazos/dependabot
09b3af8 is described below

commit 09b3af8a9012f0ef88f17f1ce9d37da14bf9f9e0
Author: David Cavazos <dc...@google.com>
AuthorDate: Wed Jul 13 13:08:06 2022 -0700

    enable dependabot
---
 .github/dependabot.yml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..6285813
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,19 @@
+# Copyright 2022 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
+# https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
+# <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
+# option. This file may not be copied, modified, or distributed
+# except according to those terms.
+
+version: 2
+updates:
+  - package-ecosystem: "pip"
+    directory: "/"
+    schedule:
+      interval: "daily"
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"