You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2021/07/20 06:38:19 UTC

[struts-examples] branch master updated: Fix typo in dependabot.yml

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 478859a  Fix typo in dependabot.yml
     new 1e6079d  Merge pull request #104 from dongjoon-hyun/patch-1
478859a is described below

commit 478859ac346df4340a53ced695f1cba37ffa42a0
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sat Jul 17 09:06:32 2021 -0700

    Fix typo in dependabot.yml
---
 .github/dependabot.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index def8baf..a3b16b8 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,9 +1,9 @@
 # Basic dependabot.yml file with
-# minimum configuration for two package managers
+# minimum configuration for maven package manager
 
 version: 2
 updates:
-  # Enable version updates for Docker
+  # Enable version updates for Maven
   - package-ecosystem: "maven"
     directory: "/"
     # Check for updates once a week