Skip to content

Commit b673391

Browse files
kim-tsaorm3l
andauthored
chore: enable minor Dockerfile updates (#2723)
Co-authored-by: Armel Soro <armel@rm3l.org>
1 parent 2b576b6 commit b673391

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/renovate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,16 @@
8989
"automerge": false
9090
},
9191
{
92-
"description": "Do NOT generate PRs for minor dockerfile updates in 1.y ",
93-
"enabled": false,
92+
"description": "Do generate PRs for minor dockerfile updates in 1.y ",
93+
"enabled": true,
9494
"matchDatasources": [
9595
"docker"
9696
],
9797
"matchUpdateTypes": [
9898
"minor"
9999
],
100100
"matchBaseBranches": [
101+
"main",
101102
"/^release-1\\..*/"
102103
],
103104
"automerge": false

0 commit comments

Comments
 (0)