Skip to content

Commit

Permalink
chore(renovate): Group same python dependecies
Browse files Browse the repository at this point in the history
Many python dependencies are present in multiple groups, such as dev or
test. Identical packages shall be grouped together.
  • Loading branch information
jgraichen committed Mar 9, 2024
1 parent c160fba commit f3f7ef1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@
"github>jgraichen/renovate-config",
":preserveSemverRanges",
],
packageRules: [
{
matchFiles: ["pyproject.toml"],
matchDepTypes: ["*"],
groupName: "{{ packageName }}",
},
],
}

0 comments on commit f3f7ef1

Please sign in to comment.