-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d51c561
commit ca09dd1
Showing
4 changed files
with
73 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,23 @@ | ||
version: 2 | ||
updates: | ||
# Enable version updates for Gradle | ||
- package-ecosystem: "gradle" | ||
# Look for `build.gradle` file in the `root` directory | ||
directory: "/" | ||
# Check for updates every day (weekdays) | ||
- package-ecosystem: gradle | ||
directory: / | ||
reviewers: | ||
- Nikita-Smirnov-Exactpro | ||
- OptimumCode | ||
labels: | ||
- dependencies | ||
schedule: | ||
interval: "daily" | ||
interval: daily | ||
allow: | ||
# Allow updates for Exactpro packages | ||
- dependency-name: "com.exactpro*" | ||
# Allow up to 10 open pull requests | ||
open-pull-requests-limit: 10 | ||
- dependency-name: '*' | ||
dependency-type: production | ||
- package-ecosystem: github-actions | ||
directory: / | ||
reviewers: | ||
- Nikita-Smirnov-Exactpro | ||
- OptimumCode | ||
labels: | ||
- dependencies | ||
schedule: | ||
interval: daily |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters