diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-09-23 16:37:46 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-09-23 16:37:46 +0000 |
commit | 8e9a6c736d67aaa7f7d0bdd226958c563a9ef0f1 (patch) | |
tree | 9e19e106205ed88cb1a063f8ed0a9ee18a35bd97 /.github/dependabot.yml | |
parent | b0f74ee21371c3acdcf225f30a601e903cf66466 (diff) | |
download | poi-8e9a6c736d67aaa7f7d0bdd226958c563a9ef0f1.tar.gz poi-8e9a6c736d67aaa7f7d0bdd226958c563a9ef0f1.zip |
dependabot
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893566 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..14fc3a40e2 --- /dev/null +++ b/.github/dependabot.yml @@ -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" |