mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-11-04 01:03:04 +00:00 
			
		
		
		
	Keep GitHub Actions up to date with GitHub's Dependabot
This commit is contained in:
		
							
								
								
									
										18
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
# SPDX-License-Identifier: GPL-3.0-or-later
 | 
			
		||||
# SPDX-FileCopyrightText: 2025 Carles Fernandez-Prades <carles.fernandez@cttc.es>
 | 
			
		||||
 | 
			
		||||
# Keep GitHub Actions up to date with GitHub's Dependabot
 | 
			
		||||
 | 
			
		||||
version: 2
 | 
			
		||||
updates:
 | 
			
		||||
  - package-ecosystem: "github-actions"
 | 
			
		||||
    directory: "/"
 | 
			
		||||
    target-branch: next
 | 
			
		||||
    groups:
 | 
			
		||||
      github-actions:
 | 
			
		||||
        patterns:
 | 
			
		||||
          - "*"  # Group all Actions updates into a single larger pull request
 | 
			
		||||
    schedule:
 | 
			
		||||
      interval: "weekly"
 | 
			
		||||
      day: "monday"
 | 
			
		||||
      time: "03:00"
 | 
			
		||||
		Reference in New Issue
	
	Block a user