We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae74442 commit 70aa4ddCopy full SHA for 70aa4dd
renovate.json
@@ -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
15
+ "branchTopic": "update-flake-lock",
16
+ "commitMessageAction": "Update flake.lock",
17
+ "extends": [
18
+ "schedule:earlyMondays"
19
+ ]
20
21
+ },
22
+ "poetry": {
23
24
25
+ "schedule": ["on the first day of the month"],
26
+ "branchTopic": "update-poetry-lock",
27
+ "commitMessageAction": "Update poetry.lock",
28
29
+ "schedule:monthly"
30
31
32
33
+}
0 commit comments