Skip to content

Commit 2777138

Browse files
committed
chore(config): standardize renovate.json and update repository topics
1 parent 710f93e commit 2777138

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

.github/settings.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@
55
"default_branch": "main",
66
"homepage": "https://telekom-mms.github.io/terraform-template",
77
"topics": [
8-
"terraform",
98
"azure",
10-
"dns-zone",
11-
"private-dns-zone",
129
"dns-a-record",
1310
"dns-cname-record",
14-
"dns-txt-record",
1511
"dns-mx-record",
16-
"private-dns-zone-virtual-network-link"
12+
"dns-txt-record",
13+
"dns-zone",
14+
"private-dns-a-record",
15+
"private-dns-cname-record",
16+
"private-dns-mx-record",
17+
"private-dns-txt-record",
18+
"private-dns-zone",
19+
"private-dns-zone-virtual-network-link",
20+
"terraform"
1721
]
1822
}
1923
}

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)