mirror of
				https://github.com/smartfrigde/armcord.git
				synced 2024-08-14 23:56:58 +00:00 
			
		
		
		
	Update Winget Releaser workflow (#208)
* Update Winget Releaser workflow * Add github-actions to dependabot
This commit is contained in:
		
							parent
							
								
									3e94ac9392
								
							
						
					
					
						commit
						7701a5e8fe
					
				
					 2 changed files with 12 additions and 8 deletions
				
			
		
							
								
								
									
										18
									
								
								.github/dependabot.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.github/dependabot.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -1,9 +1,13 @@ | |||
| version: 2 | ||||
| updates: | ||||
| - package-ecosystem: npm | ||||
|   directory: "/" | ||||
|   schedule: | ||||
|     interval: daily | ||||
|     time: "13:00" | ||||
|   open-pull-requests-limit: 99 | ||||
|   versioning-strategy: increase | ||||
|   - package-ecosystem: "github-actions" | ||||
|     directory: "/" | ||||
|     schedule: | ||||
|       interval: "daily" | ||||
|   - package-ecosystem: npm | ||||
|     directory: "/" | ||||
|     schedule: | ||||
|       interval: daily | ||||
|       time: "13:00" | ||||
|     open-pull-requests-limit: 99 | ||||
|     versioning-strategy: increase | ||||
|  |  | |||
							
								
								
									
										2
									
								
								.github/workflows/winget.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/winget.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -7,7 +7,7 @@ jobs: | |||
|   publish: | ||||
|     runs-on: windows-latest # Action can only be run on windows | ||||
|     steps: | ||||
|       - uses: vedantmgoyal2009/winget-releaser@latest | ||||
|       - uses: vedantmgoyal2009/winget-releaser@v1 | ||||
|         with: | ||||
|           identifier: ArmCord.ArmCord | ||||
|           token: ${{ secrets.WINGET_TOKEN }} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue