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

willholley pushed a commit to branch dependabot
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git

commit 7f3a52e74c4216ba8252b750453e0c86d267baa6
Author: Will Holley <will.hol...@uk.ibm.com>
AuthorDate: Tue May 21 07:09:41 2024 +0100

    chore: enable dependabot
    
    Enables dependabot and configures it to check for updates of
    GitHub actions and submodules.
    
    Git submodules are used by the project to in-line GitHub actions from
    external sources, so it's not enough to only update the GitHub action
    references.
---
 .asf.yaml              |  2 ++
 .github/dependabot.yml | 11 +++++++++++
 2 files changed, 13 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 789f1bc..626a5ae 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -12,3 +12,5 @@ github:
     gh-pages: {}
   ghp_branch: gh-pages
   ghp_path: ~
+  dependabot_alerts:  false
+  dependabot_updates: true
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..1f153c0
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,11 @@
+version: 2
+updates:
+- package-ecosystem: "github-actions"
+  directory: "/"
+  schedule:
+    interval: daily
+  open-pull-requests-limit: 10
+- package-ecosystem: gitsubmodule
+  schedule:
+    interval: daily
+  directory: /

Reply via email to