mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Merge branch 'main' into patch-1
This commit is contained in:
		
						commit
						9eb705a4fb
					
				
							
								
								
									
										38
									
								
								.github/renovate.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								.github/renovate.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,38 @@
 | 
			
		||||
{
 | 
			
		||||
  "baseBranches": ["main"],
 | 
			
		||||
  "username": "renovate-release",
 | 
			
		||||
  "gitAuthor": "Renovate Bot <bot@renovateapp.com>",
 | 
			
		||||
  "branchPrefix": "renovateaction/",
 | 
			
		||||
  "onboarding": false,
 | 
			
		||||
  "extends": ["config:base", ":rebaseStalePrs"],
 | 
			
		||||
  "ignorePresets": [":prHourlyLimit2"],
 | 
			
		||||
  "enabledManagers": ["dockerfile", "gomod", "github-actions","regex" ],
 | 
			
		||||
  "includeForks": true,
 | 
			
		||||
  "repositories": ["juanfont/headscale"],
 | 
			
		||||
  "platform": "github",
 | 
			
		||||
  "packageRules": [
 | 
			
		||||
    {
 | 
			
		||||
        "matchDatasources": ["go"],
 | 
			
		||||
        "groupName": "Go modules",
 | 
			
		||||
        "groupSlug": "gomod",
 | 
			
		||||
        "separateMajorMinor": false
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "matchDatasources": ["docker"],
 | 
			
		||||
        "groupName": "Dockerfiles",
 | 
			
		||||
        "groupSlug": "dockerfiles"
 | 
			
		||||
    } 
 | 
			
		||||
  ],
 | 
			
		||||
  "regexManagers": [
 | 
			
		||||
    {
 | 
			
		||||
      "fileMatch": [
 | 
			
		||||
          ".github/workflows/.*.yml$"
 | 
			
		||||
      ],
 | 
			
		||||
      "matchStrings": [
 | 
			
		||||
        "\\s*go-version:\\s*\"?(?<currentValue>.*?)\"?\\n"
 | 
			
		||||
      ],
 | 
			
		||||
      "datasourceTemplate": "golang-version",
 | 
			
		||||
      "depNameTemplate": "actions/go-version"
 | 
			
		||||
    }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										27
									
								
								.github/workflows/renovatebot.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								.github/workflows/renovatebot.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,27 @@
 | 
			
		||||
---
 | 
			
		||||
name: Renovate
 | 
			
		||||
on:
 | 
			
		||||
  schedule:
 | 
			
		||||
    - cron: "* * 5,20 * *" # Every 5th and 20th of the month
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
jobs:
 | 
			
		||||
  renovate:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Get token
 | 
			
		||||
        id: get_token
 | 
			
		||||
        uses: machine-learning-apps/actions-app-token@master
 | 
			
		||||
        with:
 | 
			
		||||
          APP_PEM: ${{ secrets.RENOVATEBOT_SECRET }}
 | 
			
		||||
          APP_ID: ${{ secrets.RENOVATEBOT_APP_ID }}
 | 
			
		||||
 | 
			
		||||
      - name: Checkout
 | 
			
		||||
        uses: actions/checkout@v2.0.0
 | 
			
		||||
 | 
			
		||||
      - name: Self-hosted Renovate
 | 
			
		||||
        uses: renovatebot/github-action@v31.81.3
 | 
			
		||||
        with:
 | 
			
		||||
          configurationFile: .github/renovate.json
 | 
			
		||||
          token: "x-access-token:${{ steps.get_token.outputs.app_token }}"
 | 
			
		||||
        # env:
 | 
			
		||||
        #  LOG_LEVEL: "debug"
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user