diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-05-23 11:00:03 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-05-23 11:00:03 +0000 |
commit | 20db1079c544971ed4e34bf66e18e61ed161f97b (patch) | |
tree | 851973604fb0170f8d35a4770b30927ad3a9333d | |
parent | 04be6fcccb723e54b38ef02a4fec746068043534 (diff) | |
download | poi-20db1079c544971ed4e34bf66e18e61ed161f97b.tar.gz poi-20db1079c544971ed4e34bf66e18e61ed161f97b.zip |
[github-331] update dependabot settings. This close #331
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901163 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 14fc3a40e2..7687c759af 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" |