Skip to content

Commit 18601e5

Browse files
authored
Merge pull request #27 from DanielAvdar/reno
Update Renovate config by removing `prTitle` field
2 parents e59742c + 6d51341 commit 18601e5

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

renovate.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,23 @@
1414
"labels": [
1515
"renovate"
1616
],
17-
"prTitle": "renovate: {{description}}",
1817
"packageRules": [
1918
{
2019
"matchManagers": [
2120
"github-actions"
2221
],
2322
"labels": [
24-
"github-actions"
23+
"github-actions",
24+
"renovate"
2525
]
2626
},
2727
{
2828
"matchManagers": [
2929
"pre-commit"
3030
],
3131
"labels": [
32-
"pre-commit"
32+
"pre-commit",
33+
"renovate"
3334
]
3435
},
3536
{
@@ -41,7 +42,8 @@
4142
"poetry"
4243
],
4344
"labels": [
44-
"python"
45+
"python",
46+
"renovate"
4547
]
4648
}
4749
]

0 commit comments

Comments
 (0)