diff --git a/gradlew b/gradlew index 1aa94a42..b740cf13 100755 --- a/gradlew +++ b/gradlew @@ -55,7 +55,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. diff --git a/renovate.json b/renovate.json index f94e25ff..1e5efd3e 100644 --- a/renovate.json +++ b/renovate.json @@ -6,5 +6,6 @@ ], "labels": ["Renovate"], "rebaseWhen": "conflicted", - "schedule": ["on the first day of the month"] + "schedule": ["on the first day of the month"], + "automerge": true }