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 7f40c52 commit a2cef43Copy full SHA for a2cef43
.github/renovate.json
@@ -0,0 +1,16 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "timezone": "Europe/Zurich",
4
+ "schedule": ["before 9am on monday"],
5
+ "extends": [
6
+ "config:best-practices",
7
+ ":semanticCommitTypeAll(chore)",
8
+ "customManagers:biomeVersions"
9
+ ],
10
+ "rangeStrategy": "pin",
11
+ "lockFileMaintenance": {
12
+ "enabled": false
13
+ },
14
+ "assignees": ["@biomejs/maintainers", "@biomejs/core-contributors"],
15
+ "ignoreScripts": true
16
+}
0 commit comments