aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorGoogle Java Core Libraries <java-team-github-bot@google.com>2020-10-22 07:44:38 -0700
committerGoogle Java Core Libraries <java-core-libraries-team+copybara@google.com>2020-10-22 07:45:10 -0700
commit8156fee68331ec27aac7c004a1f1a694dd9f7349 (patch)
tree25c98728dff05e856b88c14d7a2a8a43aaf55c43 /.github/dependabot.yml
parent3df9f9e796b3ff36f244cb68fbd30f959d28a07d (diff)
downloadauto-8156fee68331ec27aac7c004a1f1a694dd9f7349.tar.gz
Add dependabot v2
RELNOTES=n/a PiperOrigin-RevId: 338470154
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..18cc4cef
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,22 @@
+version: 2
+updates:
+ - package-ecosystem: "maven"
+ directory: "/common"
+ schedule:
+ interval: "daily"
+ - package-ecosystem: "maven"
+ directory: "/factory"
+ schedule:
+ interval: "daily"
+ - package-ecosystem: "maven"
+ directory: "/service"
+ schedule:
+ interval: "daily"
+ - package-ecosystem: "maven"
+ directory: "/value"
+ schedule:
+ interval: "daily"
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"