You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/09/23 16:37:46 UTC

svn commit: r1893566 - in /poi/trunk/.github: dependabot.yml workflows/test-ant.yml workflows/test-maven.yml

Author: fanningpj
Date: Thu Sep 23 16:37:46 2021
New Revision: 1893566

URL: http://svn.apache.org/viewvc?rev=1893566&view=rev
Log:
dependabot

Added:
    poi/trunk/.github/dependabot.yml
Removed:
    poi/trunk/.github/workflows/test-ant.yml
    poi/trunk/.github/workflows/test-maven.yml

Added: poi/trunk/.github/dependabot.yml
URL: http://svn.apache.org/viewvc/poi/trunk/.github/dependabot.yml?rev=1893566&view=auto
==============================================================================
--- poi/trunk/.github/dependabot.yml (added)
+++ poi/trunk/.github/dependabot.yml Thu Sep 23 16:37:46 2021
@@ -0,0 +1,11 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+  - package-ecosystem: "gradle" # See documentation for possible values
+    directory: "/" # Location of package manifests
+    schedule:
+      interval: "daily"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org