Skip to content

Commit 051fb55

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>
1 parent b7333d9 commit 051fb55

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

renovate.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
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,
22+
"managerFilePatterns": [
23+
"/containers/.*docker-compose\\.ya?ml$/",
24+
"/Dockerfile$/"
25+
],
1126
"registries": {
1227
"ghcr.io": {
1328
"username": "{{ secrets.GHCR_USERNAME }}",
@@ -18,6 +33,7 @@
1833
"hostRules": [
1934
{
2035
"matchHost": "ghcr.io",
36+
"hostType": "docker",
2137
"username": "{{ secrets.GHCR_USERNAME }}",
2238
"password": "{{ secrets.GHCR_TOKEN }}"
2339
}

0 commit comments

Comments
 (0)