Skip to content

Commit 369bf07

Browse files
authored
Update renovate.json
1 parent 8d6910a commit 369bf07

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

renovate.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,16 @@
33
"extends": [
44
"github>bettermarks/renovate-config:javascript",
55
"github>bettermarks/renovate-config:python"
6+
],
7+
"constraints": {
8+
"python": "==3.11"
9+
},
10+
"packageRules": [
11+
{
12+
"description": "Automerge non-major updates",
13+
"matchUpdateTypes": ["minor", "patch"],
14+
"automerge": true,
15+
"rebaseWhen": "auto"
16+
}
617
]
7-
}
18+
}

0 commit comments

Comments
 (0)