Skip to content

Commit

Permalink
chore: use json5 and group all Go nonmajor updates (#759)
Browse files Browse the repository at this point in the history
Fixes #755
  • Loading branch information
enocom committed Apr 2, 2024
1 parent 2dae0e1 commit c3f8952
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/renovate.json → .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
{
"matchManagers": ["github-actions"],
"groupName": "dependencies for github"
}
},
{
"groupName": "Non-major dependency updates",
"matchLanguages": ["go"],
"matchUpdateTypes": ["minor", "patch"],
},
]
}

0 comments on commit c3f8952

Please sign in to comment.