-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
* @coditory/reviewers | ||
|
||
# Exclusions so changes made by dependabot and other bots could be auto reviewed by Coditory App. | ||
# Currently App cannot be a part of a team or CODEOWNERS file. | ||
# https://github.com/orgs/community/discussions/23064 | ||
.github/workflows/* | ||
gradle/** | ||
**/build.gradke.kts | ||
**/settings.gradle.kts |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: Upgrade Gradle Wrapper | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
# at 5:30 UTC every month | ||
- cron: "30 5 1 * *" | ||
|
||
jobs: | ||
upgrade-gradle-wrapper: | ||
uses: coditory/jvm-workflows/.github/workflows/upgrade-gradle-wrapper.yml@v1 | ||
secrets: inherit |