Skip to content

Commit 4f027a2

Browse files
chore: Configure Renovate (#3)
Signed-off-by: Francesco Canovai <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Francesco Canovai <[email protected]>
1 parent faa43f6 commit 4f027a2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

renovate.json5

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
],
12+
"semanticCommits": "enabled",
13+
"commitBodyTable": true,
14+
"gomod": {
15+
"enabled": false,
16+
},
17+
"packageRules": [
18+
{
19+
"matchUpdateTypes": [
20+
"minor",
21+
"patch",
22+
],
23+
"matchCurrentVersion": "!/^0/"
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)