Skip to content

Commit 4ecc27c

Browse files
committed
chore(config): standardize renovate.json and update repository topics
1 parent db3a67e commit 4ecc27c

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"visibility": "public",
55
"default_branch": "main",
66
"topics": [
7-
"terraform",
87
"azure",
9-
"role-assignment"
8+
"pim-eligible-role-assignment",
9+
"role-assignment",
10+
"terraform",
11+
"user-assigned-identity"
1012
]
1113
}
1214
}

renovate.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"extends": [
3-
"github>telekom-mms/.github:renovate-preset.json5"
3+
"config:base",
4+
"github>telekom-mms/terraform-template"
5+
],
6+
"dependencyDashboard": true,
7+
"dependencyDashboardAutoclose": false,
8+
"packageRules": [
9+
{
10+
"matchUpdateTypes": ["patch"],
11+
"automerge": true
12+
}
413
]
514
}
15+

0 commit comments

Comments
 (0)