Skip to content

Commit e0fbd1b

Browse files
committed
group update
1 parent a395e66 commit e0fbd1b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.renovaterc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@
7373
},
7474
"semanticCommitScope": "copier-template"
7575
},
76+
{
77+
"description": "Group apt packages to avoid failure when multiple packages are outdated.",
78+
"groupName": "apt package(s)",
79+
"matchDepTypes": [
80+
"apt"
81+
]
82+
},
7683
{
7784
"description": "Pre-commit 3.5.0 is pinned as the last version supporting Python 3.8.",
7885
"enabled": false,

template/.renovaterc.json.jinja

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@
8282
},
8383
"semanticCommitScope": "copier-template"
8484
},
85+
{
86+
"description": "Group apt packages to avoid failure when multiple packages are outdated.",
87+
"groupName": "apt packages",
88+
"matchDepTypes": [
89+
"apt"
90+
]
91+
},
8592
{
8693
"description": "Pre-commit 3.5.0 is pinned as the last version supporting Python 3.8.",
8794
"enabled": false,

0 commit comments

Comments
 (0)