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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 4accb53  Adds basic Dependabot config
4accb53 is described below

commit 4accb53d41071ff80124261af80d8efa24c6886e
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sun Dec 6 09:58:16 2020 +0100

    Adds basic Dependabot config
---
 .github/dependabot.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..def8baf
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,11 @@
+# Basic dependabot.yml file with
+# minimum configuration for two package managers
+
+version: 2
+updates:
+  # Enable version updates for Docker
+  - package-ecosystem: "maven"
+    directory: "/"
+    # Check for updates once a week
+    schedule:
+      interval: "weekly"

Reply via email to