We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3a67e commit 4ecc27cCopy full SHA for 4ecc27c
.github/settings.json
@@ -4,9 +4,11 @@
4
"visibility": "public",
5
"default_branch": "main",
6
"topics": [
7
- "terraform",
8
"azure",
9
- "role-assignment"
+ "pim-eligible-role-assignment",
+ "role-assignment",
10
+ "terraform",
11
+ "user-assigned-identity"
12
]
13
}
14
renovate.json
@@ -1,5 +1,15 @@
1
{
2
"extends": [
3
- "github>telekom-mms/.github:renovate-preset.json5"
+ "config:base",
+ "github>telekom-mms/terraform-template"
+ ],
+ "dependencyDashboard": true,
+ "dependencyDashboardAutoclose": false,
+ "packageRules": [
+ {
+ "matchUpdateTypes": ["patch"],
+ "automerge": true
+ }
15
+
0 commit comments