From 84b24a599500d117e891878ae57b34f7b6b67b97 Mon Sep 17 00:00:00 2001 From: Xwite <82232510+Xwite@users.noreply.github.com> Date: Sat, 25 Mar 2023 16:46:18 +0800 Subject: [PATCH 1/3] Update dependabot.yml --- .github/dependabot.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b563d503..5a9e7fd3d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,16 +25,20 @@ updates: - package-ecosystem: gradle directory: "app" schedule: - interval: "daily" + interval: "weekly" registries: "*" - package-ecosystem: gradle - directory: "epublib" + directory: "book" schedule: - interval: "daily" + interval: "weekly" + registries: "*" + - package-ecosystem: gradle + directory: "rhino" + schedule: + interval: "weekly" registries: "*" - # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" From 96f89cfa9bd27ec681328a8d7422cb8ff8cb28d8 Mon Sep 17 00:00:00 2001 From: Xwite <82232510+Xwite@users.noreply.github.com> Date: Sat, 25 Mar 2023 16:47:16 +0800 Subject: [PATCH 2/3] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5a9e7fd3d..f461dcb0b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,7 +32,7 @@ updates: schedule: interval: "weekly" registries: "*" - - package-ecosystem: gradle + - package-ecosystem: gradle directory: "rhino" schedule: interval: "weekly" From 917576232df2f9a426fc0cfaed41957aa69257df Mon Sep 17 00:00:00 2001 From: Xwite <82232510+Xwite@users.noreply.github.com> Date: Sat, 25 Mar 2023 16:51:43 +0800 Subject: [PATCH 3/3] [skip ci] --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f461dcb0b..576d03092 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,11 +32,6 @@ updates: schedule: interval: "weekly" registries: "*" - - package-ecosystem: gradle - directory: "rhino" - schedule: - interval: "weekly" - registries: "*" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/"