This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new ace6f78 Enable GitHub Dependabot.
ace6f78 is described below
commit ace6f78a28ed8e3c667f52a0615710f831fb71cd
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 22 10:17:27 2020 -0400
Enable GitHub Dependabot.
---
.github/dependabot.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..b76b895
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+ - package-ecosystem: "maven"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"