This is an automated email from the ASF dual-hosted git repository. xvrl pushed a commit to branch enable-dependabot in repository https://gitbox.apache.org/repos/asf/druid.git
commit 269735d0824e417754e82ad8c4e7606005f7b860 Author: Xavier Léauté <[email protected]> AuthorDate: Tue Apr 6 23:30:55 2021 -0700 enable dependabot for dependency updates --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..70b92b3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + ignore: + - dependency-name: "com.google.guava:guava" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
