try semver for github-actions
All checks were successful
renovate / renovate (push) Successful in 16s
All checks were successful
renovate / renovate (push) Successful in 16s
This commit is contained in:
parent
e620aa0701
commit
1727978af1
1 changed files with 7 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"config:base",
|
"config:base",
|
||||||
"helpers:pinGitHubActionDigests"
|
"helpers:pinGitHubActionDigests"
|
||||||
],
|
],
|
||||||
"platform": "gitea",
|
"platform": "gitea",
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
"semanticCommitType": "build",
|
"semanticCommitType": "build",
|
||||||
|
@ -20,6 +20,12 @@
|
||||||
"pinDigest",
|
"pinDigest",
|
||||||
"digest"
|
"digest"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchManagers": [
|
||||||
|
"github-actions"
|
||||||
|
],
|
||||||
|
"versioning": "semver"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue