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

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus-test-patch-action.git


The following commit(s) were added to refs/heads/main by this push:
     new f01269c  YETUS-1228. Enable dependabot github actions scanning across 
all repos (#15)
f01269c is described below

commit f01269cde6376b0cb8070fbb63f36ce7f33fe4e3
Author: Allen Wittenauer <a...@apache.org>
AuthorDate: Thu Sep 7 08:44:35 2023 -0700

    YETUS-1228. Enable dependabot github actions scanning across all repos (#15)
    
    Signed-off-by: Nick Dimiduk <ndimi...@apache.org>
---
 .github/dependabot.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..a45ae2a
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,14 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# 
https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+---
+
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    # Workflow files stored in the
+    # default location of `.github/workflows`
+    directory: "/"
+    schedule:
+      interval: "weekly"

Reply via email to