commit | 09a0024fea65703dae428dd510b0c39ccc052ebb | [log] [tgz] |
---|---|---|
author | Olivier Lamy <olamy@apache.org> | Fri Apr 15 11:58:10 2022 +1000 |
committer | Olivier Lamy <olamy@apache.org> | Fri Apr 15 11:58:10 2022 +1000 |
tree | a478bd65580bca6e98d4b55222cbaed5eb20df13 | |
parent | 6bc4fb4ae86279b890e32dd5ebc7d3a977f56eef [diff] |
use only maven central for dependabot Signed-off-by: Olivier Lamy <olamy@apache.org>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1cc272f..d969d0a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml
@@ -16,9 +16,17 @@ # under the License. version: 2 + +registries: + maven-central: + type: maven-repository + url: https://repo.maven.apache.org/maven2 + updates: - package-ecosystem: "maven" directory: "/" + registries: + - maven-central schedule: interval: "daily"