Add common Renovate config

This commit is contained in:
2025-06-11 06:49:34 +01:00
parent f4ddb26cda
commit b11a852642

25
.github/renovate.json vendored
View File

@@ -1,24 +1,7 @@
{
"extends": [
"config:recommended"
],
"packageRules": [
{
"description": "Auto merge GitHub Actions",
"matchManagers": [
"github-actions"
],
"matchDatasources": [
"github-tags"
],
"automerge": true,
"ignoreTests": true,
"automergeType": "branch",
"matchUpdateTypes": [
"minor",
"patch",
"digest"
]
}
"config:recommended",
"github>nikdoof/renovate-config:python",
"github>nikdoof/renovate-config:github"
]
}
}