Skip to content

Commit

Permalink
Combine go version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rradczewski committed Nov 27, 2024
1 parent 38f7dae commit 1f8292a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@
],
"dependencyDashboard": true,
"automerge": true,
"automergeType": "branch"
"automergeType": "branch",
"packageRules": [
{
"matchPackageNames": [
"mcr.microsoft.com/devcontainers/go",
"golang",
"go"
],
"groupName": "go"
}
]
}

0 comments on commit 1f8292a

Please sign in to comment.