From f938ed3afb13f80b38b7108834556ffeb5a41044 Mon Sep 17 00:00:00 2001 From: "Marc K." Date: Wed, 31 Jan 2024 22:13:40 +0100 Subject: [PATCH] Add dependabot workflow For * android gradle build * github ci workflows --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..7f5fdb2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + +- package-ecosystem: gradle + directory: "/" + schedule: + interval: daily +