Skip to content

Commit ff3dbf7

Browse files
authored
chore(deps): renovate best-practices (#38)
* chore(deps): renovate best-practices * chore(deps): renovate Update all components from openmcp-project immediately
1 parent c17e034 commit ff3dbf7

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

renovate.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,24 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"minimumReleaseAge": "3 days",
44
"extends": [
5-
"config:recommended"
5+
"config:recommended",
6+
"config:best-practices",
7+
"security:openssf-scorecard",
8+
"helpers:pinGitHubActionDigests",
9+
":rebaseStalePrs"
610
],
711
"postUpdateOptions": [
812
"gomodTidy"
913
],
10-
"customManagers": [
14+
"packageRules": [
1115
{
12-
"description": "Match in Makefile and Dockerfile",
13-
"customType": "regex",
14-
"fileMatch": [
15-
"(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$",
16-
"(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$",
17-
"(^|/)Makefile$"
16+
"matchPackageNames": [
17+
"github.com/gardener/openmcp-project/*"
1818
],
19-
"matchStrings": [
20-
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s(?:ENV |ARG )?.+?_VERSION ?(?:\\?=|=)\"? ?(?<currentValue>.+?)\"?\\s"
21-
]
19+
"description": "Update all components from openmcp-project immediately",
20+
"rebaseWhen": "auto",
21+
"minimumReleaseAge": "0 days",
22+
"enabled": true
2223
}
2324
]
2425
}

0 commit comments

Comments
 (0)