mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Updated CI parameters & Added mirror
This commit is contained in:
		
							
								
								
									
										5
									
								
								.renovaterc → .github/renovate.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.renovaterc → .github/renovate.json
									
									
									
									
										vendored
									
									
								
							@@ -1,9 +1,9 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
 | 
					  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 | 
				
			||||||
  "extends": [
 | 
					  "extends": [
 | 
				
			||||||
    "config:recommended",
 | 
					    "config:recommended",
 | 
				
			||||||
    ":disableDependencyDashboard"
 | 
					    ":disableDependencyDashboard"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "automerge": true,
 | 
					 | 
				
			||||||
  "packageRules": [
 | 
					  "packageRules": [
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "groupName": "all digest updates",
 | 
					      "groupName": "all digest updates",
 | 
				
			||||||
@@ -16,7 +16,8 @@
 | 
				
			|||||||
      ],
 | 
					      ],
 | 
				
			||||||
      "matchPackageNames": [
 | 
					      "matchPackageNames": [
 | 
				
			||||||
        "*"
 | 
					        "*"
 | 
				
			||||||
      ]
 | 
					      ],
 | 
				
			||||||
 | 
					      "automerge": true
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
							
								
								
									
										15
									
								
								.github/workflows/mirror.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.github/workflows/mirror.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
				
			|||||||
 | 
					name: Mirror
 | 
				
			||||||
 | 
					on: [push]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					jobs:
 | 
				
			||||||
 | 
					  mirror:
 | 
				
			||||||
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					    steps:
 | 
				
			||||||
 | 
					    - uses: actions/checkout@v4
 | 
				
			||||||
 | 
					      with:
 | 
				
			||||||
 | 
					        fetch-depth: 0
 | 
				
			||||||
 | 
					    - uses: yesolutions/mirror-action@master
 | 
				
			||||||
 | 
					      with:
 | 
				
			||||||
 | 
					        REMOTE: 'https://git.popov.link/popov.link.git'
 | 
				
			||||||
 | 
					        GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
 | 
				
			||||||
 | 
					        GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user