diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 757fe99..2777200 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,14 @@ updates: directory: / schedule: interval: daily - open-pull-requests-limit: 50 + 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 diff --git a/build.gradle b/build.gradle index 3a52047..ebb07f7 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'