mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-04 05:17:57 +00:00 
			
		
		
		
	Update dependabot configuration
This commit is contained in:
		
							
								
								
									
										32
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										32
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,27 +1,29 @@
 | 
			
		||||
version: 2
 | 
			
		||||
 | 
			
		||||
registries:
 | 
			
		||||
 | 
			
		||||
  fortawesome:
 | 
			
		||||
    type: npm-registry
 | 
			
		||||
    url: https://npm.fontawesome.com/
 | 
			
		||||
    token: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
 | 
			
		||||
 | 
			
		||||
updates:
 | 
			
		||||
 | 
			
		||||
  # Maintain dependencies for GitHub Actions
 | 
			
		||||
  - package-ecosystem: "github-actions"
 | 
			
		||||
    directory: "/"
 | 
			
		||||
    schedule:
 | 
			
		||||
      interval: "daily"
 | 
			
		||||
    assignees:
 | 
			
		||||
      - "jonaharagon"
 | 
			
		||||
    reviewers:
 | 
			
		||||
      - "jonaharagon"
 | 
			
		||||
    labels:
 | 
			
		||||
      - "fix:github_actions"
 | 
			
		||||
 | 
			
		||||
  - package-ecosystem: "bundler" # See documentation for possible values
 | 
			
		||||
    directory: "/" # Location of package manifests
 | 
			
		||||
    schedule:
 | 
			
		||||
      interval: "daily"
 | 
			
		||||
 | 
			
		||||
  - package-ecosystem: "npm"
 | 
			
		||||
  # Maintain dependencies for pipenv
 | 
			
		||||
  - package-ecosystem: "pip"
 | 
			
		||||
    directory: "/"
 | 
			
		||||
    registries:
 | 
			
		||||
      - fortawesome
 | 
			
		||||
    ignore:
 | 
			
		||||
      - dependency-name: "mkdocs-material"
 | 
			
		||||
    schedule:
 | 
			
		||||
      interval: "daily"
 | 
			
		||||
    assignees:
 | 
			
		||||
      - "jonaharagon"
 | 
			
		||||
    reviewers:
 | 
			
		||||
      - "jonaharagon"
 | 
			
		||||
    labels:
 | 
			
		||||
      - "fix:python"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user