try semver for github-actions
All checks were successful
renovate / renovate (push) Successful in 16s

This commit is contained in:
Oliver Lippert 2024-01-21 08:57:45 +01:00
parent e620aa0701
commit 1727978af1
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -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"
}
]
}