Skip to content

Commit 292d73c

Browse files
committed
chore(renovate): group Dockerfile ARG updates separately from Go/NPM
- Replace Go github-tags Dockerfile fallback rule with a generic custom.regex + Dockerfile filename matcher - New group: dockerfile-non-major with "dockerfile" label - Preserves npm-non-major grouping rule unchanged
1 parent 90c18ff commit 292d73c

1 file changed

Lines changed: 15 additions & 18 deletions

File tree

.github/renovate.json

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -414,41 +414,38 @@
414414
"groupSlug": "go-non-major"
415415
},
416416
{
417-
"description": "Group Go github-tags fallback updates from Dockerfile custom manager into Go non-major PR",
417+
"description": "Group NPM non-major updates into one PR",
418418
"matchDatasources": [
419-
"github-tags"
420-
],
421-
"matchManagers": [
422-
"custom.regex"
423-
],
424-
"matchFileNames": [
425-
"Dockerfile"
426-
],
427-
"matchPackageNames": [
428-
"jackc/pgx"
419+
"npm"
429420
],
430421
"matchUpdateTypes": [
431422
"minor",
432423
"patch",
433424
"pin",
434425
"digest"
435426
],
436-
"groupName": "go-non-major",
437-
"groupSlug": "go-non-major"
427+
"groupName": "npm-non-major",
428+
"groupSlug": "npm-non-major"
438429
},
439430
{
440-
"description": "Group NPM non-major updates into one PR",
441-
"matchDatasources": [
442-
"npm"
431+
"description": "Dockerfile ARG trackers (any datasource) group under Dockerfile, not Go/NPM — placed after the datasource group rules so it wins",
432+
"matchManagers": [
433+
"custom.regex"
434+
],
435+
"matchFileNames": [
436+
"Dockerfile"
443437
],
444438
"matchUpdateTypes": [
445439
"minor",
446440
"patch",
447441
"pin",
448442
"digest"
449443
],
450-
"groupName": "npm-non-major",
451-
"groupSlug": "npm-non-major"
444+
"groupName": "dockerfile-non-major",
445+
"groupSlug": "dockerfile-non-major",
446+
"addLabels": [
447+
"dockerfile"
448+
]
452449
},
453450
{
454451
"description": "Development branch: Auto-merge non-major updates after proven stable",

0 commit comments

Comments
 (0)