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 9ba26bf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,17 @@
{
"matchPackageNames": ["docker/**"],
"groupName": "Docker Actions"
},
{
"enabled": false,
"matchUpdateTypes": ["digest"]
}
]
},
"pip_requirements": {
"fileMatch": ["(^|/)[\\w-]*requirements([_.]\\w+)?\\.(txt|pip)$"],
"packageRules": [
{
"matchPackageNames": ["*"],
"groupName": "Python dependencies"
}

]
}
}

0 comments on commit 9ba26bf

Please sign in to comment.