You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2022/03/05 11:42:49 UTC

[fineract] 01/01: Create initial dependabot.yml (FINERACT-1453)

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

vorburger pushed a commit to branch vorburger_FINERACT-1453_dependabot.yml
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 0b5b4a26a6630eb18775ec12de4260c527450fd8
Author: Michael Vorburger ⛑️ <mi...@vorburger.ch>
AuthorDate: Sat Mar 5 12:42:38 2022 +0100

    Create initial dependabot.yml (FINERACT-1453)
    
    see https://issues.apache.org/jira/browse/FINERACT-1453
---
 .github/dependabot.yml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..e1e4a32
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,19 @@
+# https://issues.apache.org/jira/browse/FINERACT-1453
+# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+  - package-ecosystem: "gradle"
+    directory: "/"
+    schedule:
+      interval: "daily"
+      timezone: "Europe/Zurich"
+    open-pull-requests-limit: 13
+- package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+- package-ecosystem: "docker"
+    directory: "/"
+    schedule:
+      interval: "daily"