Skip to content

Commit ee6db2f

Browse files
authored
fix: make renovate bump go (#32)
1 parent f4d03f8 commit ee6db2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"postUpdateOptions": ["gomodTidy"],
55
"packageRules": [
66
{
7-
"matchPackageNames": ["go"],
8-
"matchManagers": ["gomod", "github-actions"],
9-
"groupName": "go"
7+
"matchDepNames": ["go"],
8+
"groupName": "go",
9+
"rangeStrategy": "bump"
1010
}
1111
]
1212
}

0 commit comments

Comments
 (0)