This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch 1.0.x
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-dynamodb.git
The following commit(s) were added to refs/heads/1.0.x by this push:
new 097b12f Setup dependabot for alerts
097b12f is described below
commit 097b12fcccfedf2f3bf4e5626c2f8942baf6cc4b
Author: Matthew de Detrich <[email protected]>
AuthorDate: Mon Jan 22 21:55:43 2024 +1100
Setup dependabot for alerts
(cherry picked from commit 1e96b39ab466902891c4588382087b91be1a25b8)
---
.asf.yaml | 3 +++
.github/workflows/dependency-graph.yml | 12 ++++++++++++
2 files changed, 15 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 605601e..ee2e293 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,6 +14,9 @@ github:
protected_tags:
- "v*.*.*"
+ dependabot_alerts: true
+ dependabot_updates: false
+
features:
# Enable wiki for documentation
wiki: true
diff --git a/.github/workflows/dependency-graph.yml
b/.github/workflows/dependency-graph.yml
new file mode 100644
index 0000000..e96c3ef
--- /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@v4
+ - uses: scalacenter/sbt-dependency-submission@v2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]