Skip to content

Commit d07a4b8

Browse files
fcanovaimnencia
authored andcommitted
chore: renovate configuration
Improve the default configuration to manage lock files and pin versions. Closes #19 Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
1 parent 1572f38 commit d07a4b8

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

renovate.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:recommended",
5+
":gitSignOff",
6+
":semanticCommitType(chore)",
7+
":labels(automated,no-issue)",
8+
"customManagers:githubActionsVersions",
9+
":automergeMinor",
10+
":automergeDigest",
11+
"docker:pinDigests",
12+
"helpers:pinGitHubActionDigests"
13+
],
14+
"enabled": true,
15+
"prConcurrentLimit": 5,
16+
"lockFileMaintenance": {
17+
"enabled": true
18+
},
19+
"semanticCommits": "enabled",
20+
"commitBodyTable": true,
21+
"packageRules": [
22+
{
23+
"matchFileNames": [
24+
"website/package.json",
25+
"website/yarn.lock"
26+
],
27+
"groupName": "documentation dependencies"
28+
}
529
]
630
}

0 commit comments

Comments
 (0)