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
1 parent
b4716a2
commit f43ae1a
Showing
18 changed files
with
460 additions
and
360 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,9 +1,27 @@ | ||
--- | ||
area/addons: | ||
- changed-files: | ||
- any-glob-to-any-file: bootstrap/templates/addons/**/* | ||
- any-glob-to-any-file: bootstrap/tasks/addons/**/* | ||
- any-glob-to-any-file: bootstrap/vars/addons.sample.yaml | ||
area/ansible: | ||
- "ansible/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: ansible/**/* | ||
- any-glob-to-any-file: bootstrap/templates/ansible/**/* | ||
- any-glob-to-any-file: bootstrap/tasks/ansible/**/* | ||
area/bootstrap: | ||
- changed-files: | ||
- any-glob-to-any-file: bootstrap/**/* | ||
- any-glob-to-any-file: bootstrap/configure.yaml | ||
area/github: | ||
- ".github/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: .github/**/* | ||
area/kubernetes: | ||
- "kubernetes/**/*" | ||
area/templates: | ||
- "tmpl/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: kubernetes/**/* | ||
- any-glob-to-any-file: bootstrap/templates/kubernetes/**/* | ||
- any-glob-to-any-file: bootstrap/tasks/kubernetes/**/* | ||
area/taskfile: | ||
- changed-files: | ||
- any-glob-to-any-file: .taskfiles/**/* | ||
- any-glob-to-any-file: Taskfile* |
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,53 +1,37 @@ | ||
--- | ||
# Area | ||
- name: area/addons | ||
color: "0e8a16" | ||
- name: area/ansible | ||
color: "72ccf3" | ||
description: >- | ||
Changes made in the ansible directory | ||
color: "0e8a16" | ||
- name: area/bootstrap | ||
color: "0e8a16" | ||
- name: area/github | ||
color: "72ccf3" | ||
description: >- | ||
Changes made in the github directory | ||
color: "0e8a16" | ||
- name: area/kubernetes | ||
color: "72ccf3" | ||
description: >- | ||
Changes made in the kubernetes directory | ||
- name: area/template | ||
color: "72ccf3" | ||
description: >- | ||
Changes made in the tmpl directory | ||
color: "0e8a16" | ||
- name: area/taskfile | ||
color: "0e8a16" | ||
# 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" | ||
color: "027fa0" | ||
# Semantic Type | ||
- name: type/patch | ||
color: "FFEC19" | ||
color: "ffec19" | ||
- name: type/minor | ||
color: "FF9800" | ||
color: "ff9800" | ||
- name: type/major | ||
color: "F6412D" | ||
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" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
changelog: | ||
exclude: | ||
authors: | ||
- renovate |
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.