mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-10-31 01:50:01 +08:00 
			
		
		
		
	 3c3fdfcc0c
			
		
	
	
		3c3fdfcc0c
		
			
		
	
	
	
	
		
			
			The `.github/workflows` directory has additional permissions attached, preventing these files from being by the Upgrade Gradle Wrapper plugin.
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.3 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: "npm"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|     ignore:
 | |
|       - dependency-name: "@types/node"
 | |
|   - 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"
 |