mirror of
				https://hub.gitmirror.com/https://github.com/gradle/gradle-build-action
				synced 2025-11-01 02:20:05 +08:00 
			
		
		
		
	 f64fe7765c
			
		
	
	
		f64fe7765c
		
			
		
	
	
	
	
		
			
			The test Gradle sample apps reference plugins, and it's good to keep these updated (particularly the GE plugin).
		
			
				
	
	
		
			27 lines
		
	
	
		
			671 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			671 B
		
	
	
	
		
			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: "npm"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|     ignore:
 | |
|       - dependency-name: "@types/node"
 | |
|   - package-ecosystem: "gradle"
 | |
|     directory: "__tests__/samples/kotlin-dsl"
 | |
|     registries:
 | |
|       - gradle-plugin-portal
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|   - package-ecosystem: "gradle"
 | |
|     directory: "__tests__/samples/no-wrapper"
 | |
|     registries:
 | |
|       - gradle-plugin-portal
 | |
|     schedule:
 | |
|       interval: "daily"
 |