Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"packageRules": [
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["*"],
"groupName": "GitHub Actions"
},
{
Expand All @@ -23,10 +24,13 @@
},
{
"matchCategories": ["python"],
"matchUpdateTypes": ["*"],
"groupName": "Python dependencies"
},
{
"matchDatasources": ["golang-version"],
"rangeStrategy": "bump",
"allowedVersions": "/^1\\.25\\.0$/",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

too bad to need to hardcode the version here; would be great if renovate supported the n-1 approach by default. (I see (you?) already mentioned upstream: renovatebot/renovate#22214 (comment))

"groupName": "Go"
},
{
Expand Down