From 3874e0e7b80760c1d075c19cebc92356b30a706e Mon Sep 17 00:00:00 2001 From: Marius Karnauskas <1094012+karnauskas@users.noreply.github.com> Date: Wed, 21 Jul 2021 01:37:47 +0800 Subject: [PATCH 1/2] Add dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..367b67f7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: gradle + directory: / + schedule: + interval: weekly From e0af3a3e02b8831f881cbbeffb45338ea37ea0f9 Mon Sep 17 00:00:00 2001 From: Marius Karnauskas <1094012+karnauskas@users.noreply.github.com> Date: Wed, 21 Jul 2021 01:42:18 +0800 Subject: [PATCH 2/2] Replace tabs --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 367b67f7..85e73907 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: gradle - directory: / - schedule: - interval: weekly + - package-ecosystem: gradle + directory: / + schedule: + interval: weekly