forked from devork/flit
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade gradle to 8.8, add depbot config and wrapper update workflow (#…
…16)
- Loading branch information
1 parent
9ba16c4
commit d8d5cac
Showing
6 changed files
with
55 additions
and
20 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
ignore: | ||
# private repo has trouble with access, plus we're using main anyways | ||
- dependency-name: github/data-pipelines | ||
reviewers: | ||
- github/data-pipelines | ||
groups: | ||
actions: | ||
patterns: ['*'] |
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,19 @@ | ||
name: Upgrade Gradle Wrapper | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
# monday at midnight | ||
- cron: '0 0 * * 1' | ||
|
||
permissions: | ||
contents: write | ||
pull-requests: write | ||
|
||
jobs: | ||
upgrade-wrapper: | ||
uses: github/data-pipelines/.github/workflows/gradle-upgrade.yaml@main | ||
secrets: inherit | ||
with: | ||
java-version: 17 | ||
base-branch: master |
Binary file not shown.
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
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