1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-23 22:04:49 +02:00

chore: update schedule in renovate config (#1571)

This commit is contained in:
Oleksandr Redko
2025-11-08 19:13:46 +02:00
committed by GitHub
parent f4985a3f6d
commit d492bd826e

View File

@@ -6,7 +6,18 @@
"packageRules": [
{
"matchManagers": ["gomod"],
"matchFileNames": ["go.mod"],
"matchDepTypes": ["indirect"],
"groupName": "gomod",
"extends": ["schedule:weekly"],
"enabled": true
},
{
"matchManagers": ["gomod"],
"matchFileNames": ["tools/go.mod"],
"matchDepTypes": ["indirect"],
"groupName": "tools gomod",
"extends": ["schedule:monthly"],
"enabled": true
}
],