Skip to content

Commit 68d8c6e

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>
1 parent b7333d9 commit 68d8c6e

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

renovate.json

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,33 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:recommended",
5+
":dependencyDashboard",
6+
":rebaseStalePrs"
57
],
8+
"dependencyDashboardTitle": "Renovate Dashboard",
9+
"labels": [
10+
"renovatebot"
11+
],
12+
"pinDigests": true,
13+
"rebaseWhen": "conflicted",
14+
"rebaseStalePrs": false,
15+
"commitBodyTable": true,
616
"ansible": {
7-
"enabled": true
17+
"managerFilePatterns": [
18+
"/ansible/.*\\.ya?ml$/"
19+
]
820
},
921
"docker": {
10-
"enabled": true,
11-
"registries": {
12-
"ghcr.io": {
13-
"username": "{{ secrets.GHCR_USERNAME }}",
14-
"password": "{{ secrets.GHCR_TOKEN }}"
15-
}
16-
}
22+
"managerFilePatterns": [
23+
"/containers/.*docker-compose\\.ya?ml$/",
24+
"/Dockerfile$/"
25+
]
1726
},
1827
"hostRules": [
1928
{
2029
"matchHost": "ghcr.io",
30+
"hostType": "docker",
2131
"username": "{{ secrets.GHCR_USERNAME }}",
2232
"password": "{{ secrets.GHCR_TOKEN }}"
2333
}

0 commit comments

Comments
 (0)