Skip to content

Commit

Permalink
chore: configure pyspark labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 21, 2024
1 parent 73dfeb2 commit f34f5da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
"allowedVersions": "/^13\\..+$/"
},
{
"matchPackagePrefixes": ["clickhouse"],
"matchPackagePatterns": ["spark"],
"addLabels": ["pyspark"]
},
{
"matchPackagePatterns": ["clickhouse"],
"addLabels": ["clickhouse"]
},
{
Expand Down

0 comments on commit f34f5da

Please sign in to comment.