From 4e19546bc9d4c82acc7d1a7aef94f9eb018256df Mon Sep 17 00:00:00 2001 From: Johannes Link Date: Tue, 17 Dec 2024 09:17:55 +0100 Subject: [PATCH] Added dependabot GH action --- .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 0000000..98b6879 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# Configure GitHub Dependabot +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"