Skip to content

Commit 0c2d2ff

Browse files
chore: Configure Renovate (#429)
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent 6f91aca commit 0c2d2ff

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

renovate.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended",
5+
":gitSignOff",
6+
":semanticCommitType(chore)",
7+
":labels(automated,no-issue)",
8+
"customManagers:githubActionsVersions",
9+
":automergeMinor",
10+
":automergeDigest",
11+
"helpers:pinGitHubActionDigests"
12+
],
13+
"enabled": true,
14+
"prConcurrentLimit": 5,
15+
"lockFileMaintenance": {
16+
"enabled": true
17+
},
18+
"semanticCommits": "enabled",
19+
"commitBodyTable": true
20+
}

0 commit comments

Comments
 (0)