diff --git a/.github/labeler.yaml b/.github/labeler.yaml index d103a7c1..ef8b673b 100644 --- a/.github/labeler.yaml +++ b/.github/labeler.yaml @@ -25,3 +25,8 @@ area/taskfile: - changed-files: - any-glob-to-any-file: .taskfiles/**/* - any-glob-to-any-file: Taskfile* +area/terraform: + - changed-files: + - any-glob-to-any-file: terraform/**/* + - any-glob-to-any-file: boostrap/templates/terraform/**/* + - any-glob-to-any-file: bootstrap/tasks/terraform/**/* diff --git a/.github/labels.yaml b/.github/labels.yaml index d55e4789..789ce010 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -12,6 +12,8 @@ color: "0e8a16" - name: area/taskfile color: "0e8a16" +- name: area/terraform + color: "0e8a16" # Renovate - name: renovate/ansible color: "027fa0" @@ -23,6 +25,8 @@ color: "027fa0" - name: renovate/helm color: "027fa0" +- name: renovate/terraform + color: "027fa0" # Semantic Type - name: type/patch color: "ffec19" diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 31cab5c1..7ba85e28 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -13,13 +13,15 @@ "dependencyDashboard": true, "dependencyDashboardTitle": "Renovate Dashboard 🤖", "suppressNotifications": ["prIgnoreNotification"], + "timezone": "America/Chicago", "rebaseWhen": "conflicted", - "schedule": ["on saturday"], + "assignees": ["@npawelek"], "flux": { "fileMatch": [ "(^|/)addons/.+\\.ya?ml(\\.j2)?(\\.j2)?$", "(^|/)ansible/.+\\.ya?ml(\\.j2)?(\\.j2)?$", - "(^|/)kubernetes/.+\\.ya?ml(\\.j2)?(\\.j2)?$" + "(^|/)kubernetes/.+\\.ya?ml(\\.j2)?(\\.j2)?$", + "(^|/)terraform/.+\\.ya?ml(\\.j2)?(\\.j2)?$" ] }, "helm-values": { @@ -238,7 +240,8 @@ "fileMatch": [ "(^|/)addons/.+\\.ya?ml(\\.j2)?(\\.j2)?$", "(^|/)ansible/.+\\.ya?ml(\\.j2)?(\\.j2)?$", - "(^|/)kubernetes/.+\\.ya?ml(\\.j2)?(\\.j2)?$" + "(^|/)kubernetes/.+\\.ya?ml(\\.j2)?(\\.j2)?$", + "(^|/)terraform/.+\\.ya?ml(\\.j2)?(\\.j2)?$" ], "matchStrings": [ // Example: `k3s_release_version: "v1.27.3+k3s1"`