Skip to content

Commit a4f9fbd

Browse files
refactor: fiddle with renovatebot config
Signed-off-by: Anatoli Nicolae <an@thundersquared.com> fix: add minor renovatebot fixes Signed-off-by: Anatoli Nicolae <an@thundersquared.com> fix: add better file matching Signed-off-by: Anatoli Nicolae <an@thundersquared.com> fix: change file matching for renovatebot Signed-off-by: Anatoli Nicolae <an@thundersquared.com> revert: add hostRules back Signed-off-by: Anatoli Nicolae <an@thundersquared.com> fix: get rid of registries definition Signed-off-by: Anatoli Nicolae <an@thundersquared.com> fix: remove unnecessary config from renovate Signed-off-by: Anatoli Nicolae <an@thundersquared.com>
1 parent b7333d9 commit a4f9fbd

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

renovate.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:recommended",
5+
":dependencyDashboard",
6+
":rebaseStalePrs"
57
],
6-
"ansible": {
7-
"enabled": true
8-
},
8+
"dependencyDashboardTitle": "Renovate Dashboard",
9+
"labels": [
10+
"renovatebot"
11+
],
12+
"rebaseWhen": "conflicted",
13+
"commitBodyTable": true,
914
"docker": {
10-
"enabled": true,
11-
"registries": {
12-
"ghcr.io": {
13-
"username": "{{ secrets.GHCR_USERNAME }}",
14-
"password": "{{ secrets.GHCR_TOKEN }}"
15-
}
16-
}
15+
"managerFilePatterns": [
16+
"/containers/.*docker-compose\\.ya?ml$/",
17+
"/Dockerfile$/"
18+
]
1719
},
1820
"hostRules": [
1921
{
2022
"matchHost": "ghcr.io",
23+
"hostType": "docker",
2124
"username": "{{ secrets.GHCR_USERNAME }}",
2225
"password": "{{ secrets.GHCR_TOKEN }}"
2326
}

0 commit comments

Comments
 (0)