Skip to content

Commit d67364e

Browse files
Migrate config renovate.json (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3514ae3 commit d67364e

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

renovate.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,24 @@
66
"schedule:monthly",
77
":maintainLockFilesMonthly"
88
],
9-
"labels": ["dependencies"],
9+
"labels": [
10+
"dependencies"
11+
],
1012
"github-actions": {
11-
"fileMatch": ["^template/\\.github/(?:workflows|actions)/.+\\.ya?ml(?:.jinja)?$"]
13+
"fileMatch": [
14+
"^template/\\.github/(?:workflows|actions)/.+\\.ya?ml(?:.jinja)?$"
15+
]
1216
},
1317
"packageRules": [
1418
{
1519
"groupName": "{{manager}} non-major dependencies",
1620
"groupSlug": "{{manager}}-minor-patch",
17-
"matchPackagePatterns": [
18-
"*"
19-
],
2021
"matchUpdateTypes": [
2122
"minor",
2223
"patch"
24+
],
25+
"matchPackageNames": [
26+
"*"
2327
]
2428
},
2529
{
@@ -28,7 +32,7 @@
2832
"matchManagers": [
2933
"bundler",
3034
"dockerfile",
31-
"regex",
35+
"custom.regex",
3236
"ruby-version"
3337
],
3438
"matchDatasources": [
@@ -44,6 +48,8 @@
4448
}
4549
],
4650
"vulnerabilityAlerts": {
47-
"labels": ["security"]
51+
"labels": [
52+
"security"
53+
]
4854
}
4955
}

0 commit comments

Comments
 (0)