Skip to content

Commit 3fff089

Browse files
authored
Merge pull request #1029 from jvanz/renovate-bot-common-config
chore(ci): use common renovate bot configuration.
2 parents 503ca3a + 39c6281 commit 3fff089

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

renovate.json

+2-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
11
{
22
"extends": [
3-
"config:base",
4-
"schedule:earlyMondays",
5-
"helpers:pinGitHubActionDigests"
6-
],
7-
"labels": ["dependencies"],
8-
"lockFileMaintenance": { "enabled": true },
9-
"major": { "enabled": false },
10-
"minor": { "enabled": false },
11-
"patch": { "enabled": true },
12-
"packageRules": [
13-
{
14-
"matchPackagePatterns": [
15-
"*"
16-
],
17-
"matchUpdateTypes": [
18-
"patch"
19-
],
20-
"groupName": "all patchlevel dependencies",
21-
"groupSlug": "all-patch"
22-
}
23-
],
24-
"rebaseWhen": "behind-base-branch"
3+
"github>kubewarden/github-actions//renovate-config/default"
4+
]
255
}

0 commit comments

Comments
 (0)