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 cda5975 commit 5f2f27eCopy full SHA for 5f2f27e
renovate.josn
@@ -0,0 +1,31 @@
1
+{
2
+ $schema: "https://docs.renovatebot.com/renovate-schema.json",
3
+ baseBranches: ["main", "/^backplane-2\\.1[0-99]$/"],
4
+ packageRules: [
5
+ {
6
+ matchManagers: ["dockerfile"],
7
+ enabled: true,
8
+ },
9
10
+ matchBaseBranches: ["main", "/^backplane-2\\.1[0-99]$/"],
11
+ matchManagers: ["tekton"],
12
13
+ addLabels: ["ok-to-test"],
14
15
16
+ matchManagers: ["gomod"],
17
+ enabled: false,
18
+ groupName: "go dependencies",
19
+ groupSlug: "go-deps",
20
21
22
23
+ matchDepTypes: ["indirect"],
24
25
26
+ ],
27
+ rebaseWhen: "behind-base-branch",
28
+ recreateWhen: "never",
29
30
+ schedule: ["every monday"],
31
+}
0 commit comments