From 27771389beaea13a8f20d0ec76de7a8fb620efab Mon Sep 17 00:00:00 2001 From: mima Date: Fri, 20 Feb 2026 14:00:14 +0100 Subject: [PATCH 1/2] chore(config): standardize renovate.json and update repository topics --- .github/settings.json | 14 +++++++++----- renovate.json | 12 +++++++++++- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.github/settings.json b/.github/settings.json index 70e963d..728ed1d 100644 --- a/.github/settings.json +++ b/.github/settings.json @@ -5,15 +5,19 @@ "default_branch": "main", "homepage": "https://telekom-mms.github.io/terraform-template", "topics": [ - "terraform", "azure", - "dns-zone", - "private-dns-zone", "dns-a-record", "dns-cname-record", - "dns-txt-record", "dns-mx-record", - "private-dns-zone-virtual-network-link" + "dns-txt-record", + "dns-zone", + "private-dns-a-record", + "private-dns-cname-record", + "private-dns-mx-record", + "private-dns-txt-record", + "private-dns-zone", + "private-dns-zone-virtual-network-link", + "terraform" ] } } diff --git a/renovate.json b/renovate.json index 53669aa..d6deba2 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,15 @@ { "extends": [ - "github>telekom-mms/.github:renovate-preset.json5" + "config:base", + "github>telekom-mms/terraform-template" + ], + "dependencyDashboard": true, + "dependencyDashboardAutoclose": false, + "packageRules": [ + { + "matchUpdateTypes": ["patch"], + "automerge": true + } ] } + From 183b242b57b14a763cc283e3c307fb03a986a969 Mon Sep 17 00:00:00 2001 From: mima Date: Tue, 24 Feb 2026 10:05:10 +0100 Subject: [PATCH 2/2] fix line endings --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fae8897 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* eol=lf