Skip to content

Commit 09f7515

Browse files
committed
group all dependencies
1 parent 9e3ee74 commit 09f7515

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

.devcontainer/devcontainer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"customizations": {
1313
"vscode": {
1414
"extensions": [
15-
"ms-python.autopep8"
15+
"ms-python.autopep8",
16+
"esbenp.prettier-vscode"
1617
]
1718
}
1819
}

.github/renovate.json

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base",
5-
"group:all",
6-
":dependencyDashboard"
7-
]
8-
}
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"dependencyDashboard": true,
4+
"groupName": "all dependencies",
5+
"groupSlug": "all",
6+
"packageRules": [
7+
{
8+
"groupName": "all dependencies",
9+
"groupSlug": "all",
10+
"matchPackagePatterns": ["*"]
11+
}
12+
],
13+
"labels": ["dependencies"]
14+
}

0 commit comments

Comments
 (0)