From 25f69a9ab7dd7cf3cc08df5f31199ab53005900b Mon Sep 17 00:00:00 2001 From: Stefan M Date: Mon, 30 Oct 2023 11:30:58 +0100 Subject: [PATCH] Add dependabot --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..93ade3d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +# Configuration options: +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#about-the-dependabotyml-file + +version: 2 +updates: + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "weekly" + registries: + - maven-google + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"