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 d43162a commit ace13e6Copy full SHA for ace13e6
.github/renovate.json
@@ -0,0 +1,17 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["config:base", ":dependencyDashboard"],
4
+ "packageRules": [
5
+ {
6
+ "matchPackagePatterns": ["*"],
7
+ "enabled": false
8
+ }
9
+ ],
10
+ "vulnerabilityAlerts": {
11
+ "enabled": true
12
+ },
13
+ "lockFileMaintenance": {
14
+ "enabled": true,
15
+ "schedule": ["before 3am on the first day of the month"]
16
17
+}
0 commit comments