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.
2 parents 4722b1f + d257179 commit 976790dCopy full SHA for 976790d
renovate.json
renovate.json5
@@ -0,0 +1,33 @@
1
+{
2
+ extends: [
3
+ "config:base",
4
+ ],
5
+ rebaseWhen: "behind-base-branch",
6
+ prCreation: "not-pending",
7
+ dependencyDashboard: true,
8
+ automerge: true,
9
+ major: {
10
+ automerge: false,
11
+ },
12
+ packageRules: [
13
+ {
14
+ packageNames: [
15
+ "org.scalatest:scalatest",
16
17
+ updateTypes: [
18
+ "minor",
19
+ "patch",
20
21
+ enabled: false,
22
23
24
25
+ "org.scalameta:sbt-scalafmt",
26
27
28
+ prBodyNotes: [
29
+ ":warning: .scalafmt.conf must be updated manually",
30
31
32
33
+}
0 commit comments