From 411876c76da318b239edb899e7c9c33ddf698a1f Mon Sep 17 00:00:00 2001 From: BySwiizen Date: Wed, 14 Feb 2024 23:47:40 +0100 Subject: [PATCH 1/3] Reduce pull request limit --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 757fe99..bf15a08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: directory: / schedule: interval: daily - open-pull-requests-limit: 50 + open-pull-requests-limit: 10 - package-ecosystem: "gradle" directory: / From bd9093f0498a8e5cab1ab5c078e048487354d7f9 Mon Sep 17 00:00:00 2001 From: BySwiizen Date: Wed, 14 Feb 2024 23:49:53 +0100 Subject: [PATCH 2/3] Add time & timezone --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bf15a08..2777200 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,14 @@ updates: directory: / schedule: interval: daily + time: "04:00" + timezone: Europe/Paris open-pull-requests-limit: 10 - package-ecosystem: "gradle" directory: / schedule: interval: daily + time: "04:00" + timezone: Europe/Paris open-pull-requests-limit: 10 From 7ab24bf769bc437ff0a390a838e143a88cd18990 Mon Sep 17 00:00:00 2001 From: BySwiizen Date: Thu, 15 Feb 2024 00:03:52 +0100 Subject: [PATCH 3/3] Cleanup --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 75d7114..1751e93 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens plugins { id 'java-library' - id("com.github.johnrengelman.shadow") version "8.1.1" + id 'com.github.johnrengelman.shadow' version '8.1.1' } group 'me.datatags'