Skip to content

Commit 6080eb8

Browse files
committed
🔧(project) add docker and ci managers in renovatebot configuration
Renovatebot can automatically upgrade images used in `Dockerfile`, `docker-compose` and `circleci` configuration. To avoid upgrade manually packages when developers have noticed an image has been freshly released, we set the automatic upgrades on Ralph, for a first test.
1 parent 7dec4df commit 6080eb8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": [
33
"github>openfun/renovate-configuration"
44
],
5+
"enabledManagers": ["npm", "setup-cfg", "pep621", "dockerfile", "docker-compose", "circleci"],
56
"commitMessagePrefix": "⬆️(project)",
67
"commitMessageAction": "upgrade",
78
"commitBodyTable": true,
@@ -12,5 +13,13 @@
1213
"dev/pytest-httpx",
1314
"dev/responses",
1415
"lrs/httpx"
16+
],
17+
"packageRules": [
18+
{
19+
"groupName": "docker dependencies",
20+
"matchManagers": ["dockerfile", "docker-compose", "circleci"],
21+
"schedule": ["before 7am on monday"],
22+
"matchPackagePatterns": ["*"]
23+
}
1524
]
1625
}

0 commit comments

Comments
 (0)