Skip to content

Commit eacee7e

Browse files
committed
renovate
1 parent 63f5d9a commit eacee7e

File tree

1 file changed

+8
-32
lines changed

1 file changed

+8
-32
lines changed

renovate.json

Lines changed: 8 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,25 @@
77
":semanticCommits",
88
":timezone(Europe/Rome)"
99
],
10-
1110
"assignees": ["ildoc"],
12-
1311
"automerge": false,
1412
"platformAutomerge": false,
15-
1613
"prConcurrentLimit": 50,
1714
"prHourlyLimit": 0,
1815
"prCreation": "not-pending",
1916
"internalChecksFilter": "flexible",
20-
2117
"separateMajorMinor": false,
2218
"separateMinorPatch": false,
2319
"separateMultipleMajor": false,
24-
2520
"ignorePaths": [
2621
"**/archived/**",
2722
"docs/**"
2823
],
29-
3024
"schedule": [
3125
"after 10pm every weekday",
3226
"every weekend",
3327
"before 5am every weekday"
3428
],
35-
3629
"docker-compose": {
3730
"managerFilePatterns": [
3831
"(^|/)docker-compose[^/]*\\.ya?ml$",
@@ -46,7 +39,6 @@
4639
"kubernetes/.+\\.ya?ml$"
4740
]
4841
},
49-
5042
"customManagers": [
5143
{
5244
"customType": "regex",
@@ -73,32 +65,21 @@
7365
]
7466
}
7567
],
76-
7768
"packageRules": [
7869
{
79-
"description": "Disabilita pacchetti non rilevanti (solo Docker, Helm, GitHub Actions, GitLab CI, Terraform, Ansible)",
70+
"description": "Disabilita tutti gli aggiornamenti di default",
8071
"matchPackagePatterns": ["*"],
81-
"excludeDatasources": [
82-
"docker",
83-
"helm",
84-
"helm-values",
85-
"gitlabci",
86-
"github-actions",
87-
"terraform",
88-
"ansible-galaxy"
89-
],
9072
"enabled": false
9173
},
92-
9374
{
94-
"description": "Aggiornamenti Docker",
75+
"description": "Abilita aggiornamenti Docker",
9576
"matchDatasources": ["docker"],
9677
"enabled": true,
9778
"recreateWhen": "auto",
9879
"rebaseWhen": "auto"
9980
},
10081
{
101-
"description": "Pin digests Docker (MR unica)",
82+
"description": "Pin digests per tutte le immagini Docker - MR unica",
10283
"matchDatasources": ["docker"],
10384
"pinDigests": true,
10485
"matchUpdateTypes": ["pin", "digest"],
@@ -107,34 +88,29 @@
10788
"commitMessageTopic": "Docker digest updates",
10889
"commitMessageExtra": "(grouped)"
10990
},
110-
11191
{
112-
"description": "Aggiornamenti Helm chart e values",
92+
"description": "Abilita aggiornamenti Helm",
11393
"matchDatasources": ["helm", "helm-values"],
11494
"enabled": true,
11595
"rebaseWhen": "auto"
11696
},
117-
11897
{
119-
"description": "Aggiornamenti GitLab CI e GitHub Actions",
120-
"matchDatasources": ["gitlabci", "github-actions"],
98+
"description": "Abilita aggiornamenti GitHub Actions e GitLab CI",
99+
"matchDatasources": ["github-actions", "gitlabci"],
121100
"enabled": true
122101
},
123-
124102
{
125-
"description": "Aggiornamenti Terraform / OpenTofu",
103+
"description": "Abilita aggiornamenti Terraform / OpenTofu",
126104
"matchDatasources": ["terraform"],
127105
"enabled": true,
128106
"rebaseWhen": "auto",
129107
"rangeStrategy": "bump"
130108
},
131-
132109
{
133-
"description": "Aggiornamenti Ansible Galaxy roles/collections",
110+
"description": "Abilita aggiornamenti Ansible Galaxy",
134111
"matchDatasources": ["ansible-galaxy"],
135112
"enabled": true
136113
},
137-
138114
{
139115
"description": "Security patches - priorità immediata",
140116
"matchUpdateTypes": ["patch"],

0 commit comments

Comments
 (0)