Skip to content

Commit b1bb9a8

Browse files
authored
chore: update GHA in renovate; change to indirect for tools (#1613)
1 parent 65e8c0a commit b1bb9a8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎renovate.json‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@
1515
{
1616
"matchManagers": ["gomod"],
1717
"matchFileNames": ["tools/go.mod"],
18-
"matchDepTypes": ["indirect"],
18+
"matchDepTypes": ["direct"],
1919
"groupName": "tools gomod",
2020
"extends": ["schedule:monthly"],
2121
"enabled": true
22+
},
23+
{
24+
"matchManagers": ["github-actions"],
25+
"groupName": "github actions",
26+
"extends": ["schedule:weekly"],
27+
"enabled": true
2228
}
2329
],
2430
"postUpdateOptions": [

0 commit comments

Comments
 (0)