Skip to content

Commit

Permalink
renovate: add golang group (#2567)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s authored Oct 11, 2023
1 parent c8dd499 commit 78ea405
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,20 @@
"labels": ["devx"]
},
{
"matchManagers": ["gomod", "npm", "dockerfile"],
"matchManagers": ["gomod", "npm", "dockerfile", "golang"],
"labels": ["dependencies"]
},
{
"matchManagers": ["woodpecker"],
"labels": ["build"]
},
{
"groupName": "golang",
"matchManagers": ["golang"],
"matchPackagePatterns": ["xgo"],
"matchUpdateTypes": ["minor", "patch"],
"extends": ["schedule:daily"]
},
{
"groupName": "golang deps non-major",
"matchManagers": ["gomod"],
Expand Down

0 comments on commit 78ea405

Please sign in to comment.