Skip to content

Commit 70aa4dd

Browse files
committed
chore: add renovate
1 parent ae74442 commit 70aa4dd

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

renovate.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:base"],
4+
"packageRules": [
5+
{
6+
"matchUpdateTypes": ["minor", "patch"],
7+
"autoApprove": true,
8+
"automerge": true
9+
}
10+
],
11+
"nix": {
12+
"enabled": true,
13+
"lockFileMaintenance": {
14+
"enabled": true,
15+
"branchTopic": "update-flake-lock",
16+
"commitMessageAction": "Update flake.lock",
17+
"extends": [
18+
"schedule:earlyMondays"
19+
]
20+
}
21+
},
22+
"poetry": {
23+
"lockFileMaintenance": {
24+
"enabled": true,
25+
"schedule": ["on the first day of the month"],
26+
"branchTopic": "update-poetry-lock",
27+
"commitMessageAction": "Update poetry.lock",
28+
"extends": [
29+
"schedule:monthly"
30+
]
31+
}
32+
}
33+
}

0 commit comments

Comments
 (0)