generated from onedr0p/cluster-template
-
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
Showing
2 changed files
with
41 additions
and
44 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,18 +1,21 @@ | ||
--- | ||
# Area | ||
area/ansible: | ||
- "ansible/**/*" | ||
- "bootstrap/templates/ansible/**/*" | ||
- "bootstrap/tasks/ansible/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: ansible/**/* | ||
area/docs: | ||
- changed-files: | ||
- any-glob-to-any-file: docs/**/* | ||
- any-glob-to-any-file: README.md | ||
area/github: | ||
- ".github/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: .github/**/* | ||
area/kubernetes: | ||
- "kubernetes/**/*" | ||
- "bootstrap/templates/kubernetes/**/*" | ||
- "bootstrap/tasks/kubernetes/**/*" | ||
area/bootstrap: | ||
- "bootstrap/**/*" | ||
- "bootstrap/configure.yaml" | ||
area/addons: | ||
- "bootstrap/templates/addons/**/*" | ||
- "bootstrap/tasks/addons/**/*" | ||
- "bootstrap/vars/addons.sample.yaml" | ||
- changed-files: | ||
- any-glob-to-any-file: kubernetes/**/* | ||
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/**/* |
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,57 +1,51 @@ | ||
--- | ||
# Area | ||
- name: area/ansible | ||
color: "72ccf3" | ||
color: "0e8a16" | ||
description: >- | ||
Changes made in the ansible directory | ||
- name: area/github | ||
color: "72ccf3" | ||
color: "0e8a16" | ||
description: >- | ||
Changes made in the github directory | ||
- name: area/kubernetes | ||
color: "72ccf3" | ||
color: "0e8a16" | ||
description: >- | ||
Changes made in the kubernetes directory | ||
- name: area/addons | ||
color: "72ccf3" | ||
color: "0e8a16" | ||
description: >- | ||
Changes made in the addons directory | ||
- name: area/bootstrap | ||
color: "72ccf3" | ||
color: "0e8a16" | ||
description: >- | ||
Changes made in the bootstrap directory | ||
- name: area/terraform | ||
color: "0e8a16" | ||
description: >- | ||
Changes made in the terraform directory | ||
# Renovate | ||
- name: renovate/ansible | ||
color: "ffc300" | ||
color: "027fa0" | ||
- name: renovate/container | ||
color: "ffc300" | ||
color: "027fa0" | ||
- name: renovate/github-action | ||
color: "ffc300" | ||
color: "027fa0" | ||
- name: renovate/github-release | ||
color: "ffc300" | ||
color: "027fa0" | ||
- name: renovate/helm | ||
color: "ffc300" | ||
# Semantic Type | ||
color: "027fa0" | ||
- name: renovate/terraform | ||
color: "027fa0" | ||
# Semantic Types | ||
- name: type/digest | ||
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" | ||
color: "f6412d" | ||
# Uncategorized | ||
- name: bug | ||
- name: hold/upstream | ||
color: "ee0701" | ||
- name: do-not-merge | ||
color: "ee0701" | ||
- name: docs | ||
color: "F4D1B7" | ||
- name: enhancement | ||
color: "84b6eb" | ||
- name: broken-links | ||
color: "7B55D7" | ||
- name: question | ||
color: "cc317c" | ||
- name: community | ||
color: "0e8a16" |