diff --git a/renovate.json b/renovate.json index 236fd01..2ce63c8 100644 --- a/renovate.json +++ b/renovate.json @@ -4,7 +4,7 @@ "config:base", "helpers:pinGitHubActionDigests" ], - "platform": "gitea", + "platform": "gitea", "automerge": false, "semanticCommits": "enabled", "semanticCommitType": "build", @@ -20,6 +20,12 @@ "pinDigest", "digest" ] + }, + { + "matchManagers": [ + "github-actions" + ], + "versioning": "semver" } ] }