We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3366991 + 591f378 commit f9fa7bdCopy full SHA for f9fa7bd
1 file changed
renovate.json5
@@ -0,0 +1,35 @@
1
+{
2
+ extends: [
3
+ "config:base",
4
+ ":semanticCommits",
5
+ ":semanticCommitTypeAll(chore)",
6
+ "schedule:monthly"
7
+ ],
8
+ labels: [
9
+ "dependencies"
10
11
+ vulnerabilityAlerts: {
12
+ enabled: true,
13
+ automerge: true,
14
+ },
15
+ packageRules: [
16
+ {
17
+ matchManagers: [
18
+ "bundler",
19
+ "dockerfile",
20
+ "docker-compose",
21
22
+ groupName: "dependencies"
23
24
25
26
+ "ruby-version",
27
28
+ commitBody: "BREAKING CHANGE: Updating ruby runtime versions",
29
+ commitMessagePrefix: 'chore(deps)!:',
30
+ matchUpdateTypes: [
31
+ "major"
32
33
+ }
34
+ ]
35
+}
0 commit comments