diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 392f20dee..2a62b8f75 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -5,7 +5,7 @@ ":semanticCommitScopeDisabled", ":semanticPrefixChore", "helpers:pinGitHubActionDigestsToSemver", - "regexManagers:githubActionsVersions", + "customManagers:githubActionsVersions", ], "dependencyDashboardTitle": "Renovate Dashboard", "customDatasources": { @@ -56,7 +56,7 @@ }, { // Salt major version releases must be added manually to the sls file - "matchDepPrefixes": ["salt-"], + "matchPackageNames": ["saltstack/salt"], "matchUpdateTypes": ["major"], "enabled": false, },