mirror of
				https://hub.gitmirror.com/https://github.com/gradle/gradle-build-action
				synced 2025-10-31 10:00:07 +08:00 
			
		
		
		
	 272883a7ba
			
		
	
	
		272883a7ba
		
			
		
	
	
	
	
		
			
			Starting with the `v3` release, this action will delegate to `gradle/actions/setup-gradle`. All repository sources have been migrated to https://github.com/gradle/actions, and are no longer required in this repository. Workflows testing the action functionality have been retained, but any workflows involving building or inspecting code have also been migrated to `gradle/actions`.
		
			
				
	
	
		
			54 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: 2
 | |
| registries:
 | |
|   gradle-plugin-portal:
 | |
|     type: maven-repository
 | |
|     url: https://plugins.gradle.org/m2
 | |
|     username: dummy # Required by dependabot
 | |
|     password: dummy # Required by dependabot
 | |
| updates:
 | |
|   - package-ecosystem: "github-actions"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "weekly"
 | |
|     groups:
 | |
|       github-actions:
 | |
|         patterns:
 | |
|         - "*"
 | |
| 
 | |
|   - package-ecosystem: "gradle"
 | |
|     directory: ".github/workflow-samples/gradle-plugin"
 | |
|     registries:
 | |
|       - gradle-plugin-portal
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|   - package-ecosystem: "gradle"
 | |
|     directory: ".github/workflow-samples/groovy-dsl"
 | |
|     registries:
 | |
|       - gradle-plugin-portal
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|   - package-ecosystem: "gradle"
 | |
|     directory: ".github/workflow-samples/java-toolchain"
 | |
|     registries:
 | |
|       - gradle-plugin-portal
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|   - package-ecosystem: "gradle"
 | |
|     directory: ".github/workflow-samples/kotlin-dsl"
 | |
|     registries:
 | |
|       - gradle-plugin-portal
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|   - package-ecosystem: "gradle"
 | |
|     directory: ".github/workflow-samples/no-wrapper"
 | |
|     registries:
 | |
|       - gradle-plugin-portal
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|   - package-ecosystem: "gradle"
 | |
|     directory: ".github/workflow-samples/no-wrapper-gradle-5"
 | |
|     registries:
 | |
|       - gradle-plugin-portal
 | |
|     schedule:
 | |
|       interval: "daily"
 |