This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new ebd7616 Create initial dependabot.yml (FINERACT-1453)
ebd7616 is described below
commit ebd761634a94596fb2726fc0fd953a43cc72fbf0
Author: Michael Vorburger ⛑️ <[email protected]>
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"