Skip to content

Commit be307b4

Browse files
authored
ci: bump golang automatically
1 parent 5f61e22 commit be307b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
},
99
enabledManagers: ["github-actions", "dockerfile", "gomod", "ocb"],
1010
packageRules: [
11+
{
12+
"matchManagers": ["gomod"],
13+
"matchDepNames": ["go"],
14+
"matchDepTypes": ["golang"],
15+
"rangeStrategy": "bump"
16+
},
1117
{
1218
matchManagers: ["dockerfile"],
1319
matchDepTypes: ["stage"],

0 commit comments

Comments
 (0)