Files
globaltalk-scraper/.github/renovate.json

24 lines
537 B
JSON

{
"extends": [
"config:base"
],
"packageRules": [
{
"description": "Auto merge GitHub Actions",
"matchManagers": [
"github-actions"
],
"matchDatasources": [
"github-tags"
],
"automerge": true,
"ignoreTests": true,
"automergeType": "branch",
"matchUpdateTypes": [
"minor",
"patch",
"digest"
]
}
]
}