-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8902696
commit 74f6231
Showing
16 changed files
with
262 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
--- | ||
area/github: | ||
- ".github/**/*" | ||
area/taskfiles: | ||
- ".taskfiles/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: .github/**/* | ||
area/kubernetes: | ||
- "kubernetes/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: kubernetes/**/* | ||
area/talos: | ||
- "talos/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: talos/**/* | ||
area/taskfiles: | ||
- changed-files: | ||
- any-glob-to-any-file: .taskfiles/**/* | ||
area/terraform: | ||
- "terraform/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: terraform/**/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,37 @@ | ||
--- | ||
# Area | ||
# Areas | ||
- name: area/github | ||
color: "72ccf3" | ||
description: >- | ||
Changes made in the github directory | ||
- name: area/taskfiles | ||
color: "72ccf3" | ||
description: >- | ||
Changes made in the taskfiles directory | ||
color: "0e8a16" | ||
- name: area/kubernetes | ||
color: "72ccf3" | ||
description: >- | ||
Changes made in the kubernetes directory | ||
color: "0e8a16" | ||
- name: area/talos | ||
color: "72ccf3" | ||
description: >- | ||
Changes made in the talos directory | ||
color: "0e8a16" | ||
- name: area/taskfiles | ||
color: "0e8a16" | ||
- name: area/terraform | ||
color: "72ccf3" | ||
description: >- | ||
Changes made in the terraform directory | ||
# Renovate | ||
- name: renovate/ansible | ||
color: "ffc300" | ||
color: "0e8a16" | ||
# Renovate Types | ||
- name: renovate/container | ||
color: "ffc300" | ||
color: "027fa0" | ||
- name: renovate/github-action | ||
color: "ffc300" | ||
- name: renovate/github-release | ||
color: "ffc300" | ||
color: "027fa0" | ||
- name: renovate/grafana-dashboard | ||
color: "ffc300" | ||
color: "027fa0" | ||
- name: renovate/github-release | ||
color: "027fa0" | ||
- name: renovate/helm | ||
color: "ffc300" | ||
color: "027fa0" | ||
- name: renovate/terraform | ||
color: "ffc300" | ||
# Semantic Type | ||
color: "027fa0" | ||
# Semantic Types | ||
- name: type/digest | ||
color: "FFEC19" | ||
color: "ffeC19" | ||
- name: type/patch | ||
color: "FFEC19" | ||
color: "ffeC19" | ||
- name: type/minor | ||
color: "FF9800" | ||
color: "ff9800" | ||
- name: type/major | ||
color: "F6412D" | ||
- name: type/break | ||
color: "F6412D" | ||
# Release Issue | ||
- name: image-not-found | ||
color: "ee0701" | ||
color: "f6412d" | ||
# Uncategorized | ||
- name: bug | ||
color: "ee0701" | ||
- name: do-not-merge | ||
- name: hold | ||
color: "ee0701" | ||
- name: docs | ||
color: "F4D1B7" | ||
- name: enhancement | ||
color: "84b6eb" | ||
- name: broken-links | ||
color: "7B55D7" | ||
- name: question | ||
color: "cc317c" | ||
- name: community | ||
color: "0e8a16" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.