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:13:54 UTC

[beam-starter-java] 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-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 5007c98  enable dependabot
     new 0241905  Merge pull request #5 from davidcavazos/dependabot
5007c98 is described below

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

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

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..077482b
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,26 @@
+# 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: "gradle"
+    directory: "/"
+    schedule:
+      interval: "daily"
+
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+
+  # SBT is not yet supported: https://github.com/dependabot/dependabot-core/issues/352
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"