Skip to content

Commit de4c3fb

Browse files
authored
Merge branch 'main' into chore/refactor-batches
2 parents f3bef37 + 2e7f51b commit de4c3fb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

renovate.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended",
5+
"docker:enableMajor"
6+
],
7+
"automerge": true,
8+
"rebaseWhen": "auto",
9+
"postUpdateOptions": [
10+
"gomodTidy",
11+
"gomodUpdateImportPaths"
12+
],
13+
"labels": [
14+
"dependencies"
15+
],
16+
"prConcurrentLimit": 0
17+
}

0 commit comments

Comments
 (0)