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 e1969ca commit 308c8fcCopy full SHA for 308c8fc
renovate.json5
@@ -0,0 +1,11 @@
1
+{
2
+ $schema: "https://docs.renovatebot.com/renovate-schema.json",
3
+ extends: [
4
+ "config:recommended",
5
+ ":semanticCommits",
6
+ ":semanticCommitTypeAll(chore)",
7
+ ":semanticCommitScope(deps)",
8
+ "group:allNonMajor",
9
+ "schedule:earlyMondays", // Run once a week.
10
+ ],
11
+}
0 commit comments