Skip to content

Commit

Permalink
chore: Further Renovate tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Oct 15, 2024
1 parent c44cdb9 commit bffa518
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
{
"matchPackageNames": ["docker/**"],
"groupName": "Docker Actions"
},
{
"enabled": false,
"matchUpdateTypes": ["digest"]
}
]
},
Expand All @@ -38,7 +42,8 @@
"packageRules": [
{
"matchPackageNames": ["*"],
"groupName": "Python dependencies"
"groupName": "Python dependencies",
"separateMajorMinor": true
}
]
}
Expand Down

0 comments on commit bffa518

Please sign in to comment.