make renovate configs more restrictive in their scope
This commit is contained in:
		@@ -1,10 +1,10 @@
 | 
			
		||||
{
 | 
			
		||||
    "packageRules": [
 | 
			
		||||
      {
 | 
			
		||||
        "matchDatasources": ["docker"],
 | 
			
		||||
        "matchPackagePrefixes": ["ghcr.io/immich-app/"],
 | 
			
		||||
        "groupName": "Immich containers",
 | 
			
		||||
        "groupSlug": "immich-app-images"
 | 
			
		||||
      }
 | 
			
		||||
    ]
 | 
			
		||||
  }
 | 
			
		||||
  "packageRules": [
 | 
			
		||||
    {
 | 
			
		||||
      "matchDatasources": ["docker"],
 | 
			
		||||
      "matchPackagePrefixes": ["ghcr.io/immich-app/"],
 | 
			
		||||
      "groupName": "Immich containers",
 | 
			
		||||
      "groupSlug": "immich-app-images"
 | 
			
		||||
    }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -8,6 +8,7 @@
 | 
			
		||||
  "packageRules": [
 | 
			
		||||
    {
 | 
			
		||||
      "matchDatasources": ["docker"],
 | 
			
		||||
      "matchPackageNames": ["git.kluster.moll.re/remoll/dns"],
 | 
			
		||||
      "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-build.(?<build>\\d+)$"
 | 
			
		||||
    }
 | 
			
		||||
  ]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user