Files
web/third_party/go-webauthn/.renovaterc
T
gamertan bfe6cfd29e
verify / verify (push) Successful in 3m40s
auth: publish passkey foundations preview
2026-08-21 17:33:00 -04:00

52 lines
939 B
Plaintext
Vendored

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"constraints": {
"go": "1.26"
},
"extends": [
"config:recommended",
":semanticCommitTypeAll(build)",
":separatePatchReleases"
],
"ignorePresets": [
":combinePatchMinorReleases",
":prHourlyLimit2",
":semanticPrefixFixDepsChoreOthers"
],
"enabledManagers": [
"gomod",
"github-actions"
],
"postUpdateOptions": [
"gomodTidy",
"gomodMassage"
],
"branchPrefix": "renovate-",
"rebaseWhen": "conflicted",
"prConcurrentLimit": 10,
"prHourlyLimit": 100,
"labels": [
"dependencies"
],
"packageRules": [
{
"matchDatasources": [
"go"
],
"addLabels": [
"go"
]
},
{
"matchUpdateTypes": [
"digest",
"minor",
"patch"
],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
}
]
}