From 407e66133bde030177be6bfbc21f1273f9a1a31a Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Fri, 29 Mar 2024 17:32:25 -0600 Subject: [PATCH] chore: hotfix renovate config registries (#65) ## Description This fixes an issue with the renovate config. ## Related Issue Fixes # Relates to # ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-package-sonarqube/blob/main/CONTRIBUTING.md#developer-workflow) followed --- renovate.json | 1 - 1 file changed, 1 deletion(-) diff --git a/renovate.json b/renovate.json index e9ec024..e2be50a 100644 --- a/renovate.json +++ b/renovate.json @@ -21,7 +21,6 @@ "groupName": "SonarQube Package Dependencies", "labels": ["package-deps"], "commitMessageTopic": "package-deps", - "registryUrls": ["https://registry1.dso.mil"], "matchDatasources": ["docker", "helm", "git-tags"] }, {