Compare commits
2 Commits
250ce74e10
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a9d867320c | |||
| 5fc530e27e |
@@ -5,6 +5,7 @@ module.exports = {
|
|||||||
"onboardingConfigFileName": "renovate.json",
|
"onboardingConfigFileName": "renovate.json",
|
||||||
"autodiscover": true,
|
"autodiscover": true,
|
||||||
"optimizeForDisabled": true,
|
"optimizeForDisabled": true,
|
||||||
"commitStatus": false,
|
"forkProcessing": "disabled",
|
||||||
"prCreation": "immediate",
|
"dryRun": null,
|
||||||
|
"binarySource": "install",
|
||||||
};
|
};
|
||||||
@@ -1,4 +1,23 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["helpers:pinGitHubActionDigests"]
|
"extends": ["gitea/renovate-config"],
|
||||||
}
|
"dependencyDashboard": true,
|
||||||
|
"enabledManagers": [
|
||||||
|
"github-actions"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"ignoreTests": true,
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "use fix scope for renovate updates",
|
||||||
|
"matchPackageNames": ["renovatebot/renovate"],
|
||||||
|
"semanticCommitType": "fix"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Automerge renovate updates",
|
||||||
|
"matchPackageNames": ["renovatebot/renovate"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user