Skip to content

Commit 84f80f3

Browse files
authored
chore(deps): added lndscpr and openmcp package name (#54)
1 parent 4ae3677 commit 84f80f3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

renovate.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,21 @@
44
"extends": [
55
"config:recommended",
66
"config:best-practices",
7-
"helpers:pinGitHubActionDigests"
7+
"security:openssf-scorecard",
8+
"helpers:pinGitHubActionDigests",
9+
":rebaseStalePrs"
810
],
911
"postUpdateOptions": [
1012
"gomodTidy"
1113
],
1214
"packageRules": [
1315
{
1416
"matchPackageNames": [
15-
"github.com/gardener/landscaper-service"
17+
"github.com/gardener/landscaper",
18+
"github.com/gardener/landscaper-service",
19+
"github.com/openmcp-project/*"
1620
],
17-
"description": "Update landscaper-service immediately",
21+
"description": "Update all components from openmcp-project and landscaper immediately",
1822
"rebaseWhen": "auto",
1923
"minimumReleaseAge": "0 days",
2024
"enabled": true

0 commit comments

Comments
 (0)