-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
com.atteneder.gltfast Release 6.10.0
- Loading branch information
Showing
62 changed files
with
3,100 additions
and
1,797 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,6 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
"local>unity/renovate-config" | ||
] | ||
} |
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,40 @@ | ||
# Refer to https://internaldocs.unity.com/renovate/ for more documentation | ||
|
||
# This workflow is for validating the Renovate configuration and docker image | ||
# updates for it. | ||
name: Renovate Validation | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
log-level: | ||
type: choice | ||
description: Select log level for Renovate | ||
options: | ||
- trace | ||
- debug | ||
- info | ||
- warn | ||
- error | ||
default: info | ||
required: false | ||
pull_request: | ||
paths: | ||
# we trigger validation on any changes to the renovate workflow files | ||
- .github/workflows/renovate*.yml | ||
# as well as for any possible location for the renovate config file | ||
- .github/renovate.json? | ||
|
||
|
||
jobs: | ||
renovate-validation: | ||
# The reusable workflow will be updated by renovate if there's a new version | ||
uses: unity/renovate-workflows/.github/workflows/run.yml@v4.0.0 | ||
with: | ||
# This is the image that contains our custom renovate and will be auto | ||
# updated by Renovate itself. | ||
image: europe-docker.pkg.dev/unity-cds-services-prd/ds-docker/renovate:10.2.4@sha256:3c19b168b1a9a4ca076ad5f858176ef0b2eafc34aafcd6e2276133a563d35112 | ||
dry-run: full | ||
log-level: ${{ github.event.inputs.log-level }} | ||
secrets: | ||
renovate-auth-secret: ${{ secrets.RENOVATE_AUTH_SECRET }} | ||
github-com-token: ${{ secrets.GH_COM_TOKEN }} |
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,37 @@ | ||
# Refer to https://internaldocs.unity.com/renovate/ for more documentation | ||
|
||
# This workflow runs Renovate against the current repo and will create PRs with outdated dependencies. | ||
name: Renovate | ||
|
||
on: | ||
workflow_dispatch: | ||
inputs: | ||
log-level: | ||
type: choice | ||
description: Select log level for Renovate | ||
options: | ||
- trace | ||
- debug | ||
- info | ||
- warn | ||
- error | ||
default: info | ||
required: false | ||
schedule: | ||
# Default daily scheduled run. Feel free to change this to run when you want it to. | ||
- cron: '25 17 * * *' | ||
|
||
jobs: | ||
renovate: | ||
# The reusable workflow will be updated by renovate if there's a new version | ||
uses: unity/renovate-workflows/.github/workflows/run.yml@v4.0.0 | ||
with: | ||
# This is the image that contains our custom renovate and will be auto | ||
# updated by Renovate itself. | ||
image: europe-docker.pkg.dev/unity-cds-services-prd/ds-docker/renovate:10.2.4@sha256:3c19b168b1a9a4ca076ad5f858176ef0b2eafc34aafcd6e2276133a563d35112 | ||
log-level: ${{ github.event.inputs.log-level }} | ||
secrets: | ||
renovate-auth-secret: ${{ secrets.RENOVATE_AUTH_SECRET }} | ||
github-com-token: ${{ secrets.GH_COM_TOKEN }} | ||
|
||
|
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
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
Oops, something went wrong.