aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsullis <github@seansullivan.com>2020-10-08 10:18:09 -0700
committerJimfs Team <java-libraries-discuss+copybara@google.com>2020-10-08 10:18:33 -0700
commitb4527cd8afab03eb50655e30d84c98bd7ea8e2e6 (patch)
tree84e08ff5924515b9fb429ddf09926ae5995d640d
parent563897201e93f15710688f46b93b0629b5c75d9f (diff)
downloadjimfs-b4527cd8afab03eb50655e30d84c98bd7ea8e2e6.tar.gz
enable Dependabot v2
https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/ Fixes #111 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/jimfs/pull/111 from sullis:dependabot-v2 f732c8eb0826432a63cddb0792d769768e8409d2 PiperOrigin-RevId: 336111706
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
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"