From 4f62e68afb74ef81afb6e53aca5e3679749524b8 Mon Sep 17 00:00:00 2001 From: "Stefan M." Date: Tue, 24 Jun 2025 13:07:05 +0200 Subject: [PATCH] Add dependabot --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..e76a8558 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# 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" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"