Files
globaltalk-scraper/.github/renovate.json
2025-03-06 14:13:02 +00:00

25 lines
545 B
JSON

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