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:
@@ -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
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user