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

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 9aa4e1d904 Submit dependabot dependency graph to Github
9aa4e1d904 is described below

commit 9aa4e1d904bf6887847340c98d2a0f87d8b1033d
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Jun 2 10:17:46 2023 +0200

    Submit dependabot dependency graph to Github
---
 .asf.yaml                              |  3 +++
 .github/workflows/dependency-graph.yml | 12 ++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 553b178807..79cd6c56f5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,6 +17,9 @@ github:
   protected_tags:
     - "v*.*.*"
 
+  dependabot_alerts:  true
+  dependabot_updates: true
+
   features:
     # Enable wiki for documentation
     wiki: false
diff --git a/.github/workflows/dependency-graph.yml 
b/.github/workflows/dependency-graph.yml
new file mode 100644
index 0000000000..f8facc0453
--- /dev/null
+++ b/.github/workflows/dependency-graph.yml
@@ -0,0 +1,12 @@
+name: Update Dependency Graph
+on:
+  push:
+    branches:
+      - main # default branch of the project
+jobs:
+  dependency-graph:
+    name: Update Dependency Graph
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v3
+      - uses: scalacenter/sbt-dependency-submission@v2


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to