Skip to content

Commit

Permalink
update renovate
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Pawelek <[email protected]>
  • Loading branch information
npawelek committed Dec 27, 2023
1 parent e0f83f8 commit 2ec6dd1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*
4 changes: 4 additions & 0 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
color: "0e8a16"
- name: area/taskfile
color: "0e8a16"
- name: area/terraform
color: "0e8a16"
# Renovate
- name: renovate/ansible
color: "027fa0"
Expand All @@ -23,6 +25,8 @@
color: "027fa0"
- name: renovate/helm
color: "027fa0"
- name: renovate/terraform
color: "027fa0"
# Semantic Type
- name: type/patch
color: "ffec19"
Expand Down
9 changes: 6 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"`
Expand Down

0 comments on commit 2ec6dd1

Please sign in to comment.