Skip to content

Commit ea8b145

Browse files
committed
feat: Starting over
1 parent 1993fa8 commit ea8b145

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+590
-1302
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ insert_final_newline = true
1212
[*.{bash,sh}]
1313
indent_style = space
1414
indent_size = 4
15+
16+
[Dockerfile]
17+
indent_style = space
18+
indent_size = 4

.github/CODE_OF_CONDUCT.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ diverse, inclusive, and healthy community.
1717
Examples of behavior that contributes to a positive environment for our
1818
community include:
1919

20-
- Demonstrating empathy and kindness toward other people
21-
- Being respectful of differing opinions, viewpoints, and experiences
22-
- Giving and gracefully accepting constructive feedback
23-
- Accepting responsibility and apologizing to those affected by our mistakes,
20+
* Demonstrating empathy and kindness toward other people
21+
* Being respectful of differing opinions, viewpoints, and experiences
22+
* Giving and gracefully accepting constructive feedback
23+
* Accepting responsibility and apologizing to those affected by our mistakes,
2424
and learning from the experience
25-
- Focusing on what is best not just for us as individuals, but for the
25+
* Focusing on what is best not just for us as individuals, but for the
2626
overall community
2727

2828
Examples of unacceptable behavior include:
2929

30-
- The use of sexualized language or imagery, and sexual attention or
30+
* The use of sexualized language or imagery, and sexual attention or
3131
advances of any kind
32-
- Trolling, insulting or derogatory comments, and personal or political attacks
33-
- Public or private harassment
34-
- Publishing others' private information, such as a physical or email
32+
* Trolling, insulting or derogatory comments, and personal or political attacks
33+
* Public or private harassment
34+
* Publishing others' private information, such as a physical or email
3535
address, without their explicit permission
36-
- Other conduct which could reasonably be considered inappropriate in a
36+
* Other conduct which could reasonably be considered inappropriate in a
3737
professional setting
3838

3939
## Enforcement Responsibilities
@@ -105,7 +105,7 @@ Violating these terms may lead to a permanent ban.
105105
### 4. Permanent Ban
106106

107107
**Community Impact**: Demonstrating a pattern of violation of community
108-
standards, including sustained inappropriate behavior, harassment of an
108+
standards, including sustained inappropriate behavior, harassment of an
109109
individual, or aggression toward or disparagement of classes of individuals.
110110

111111
**Consequence**: A permanent ban from any sort of public interaction within

.github/ISSUE_TEMPLATE/container-request.yaml

-81
This file was deleted.

.github/labels.yaml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
# Renovate Types
3+
- name: renovate/container
4+
color: "027fa0"
5+
- name: renovate/github-action
6+
color: "027fa0"
7+
- name: renovate/grafana-dashboard
8+
color: "027fa0"
9+
- name: renovate/github-release
10+
color: "027fa0"
11+
- name: renovate/helm
12+
color: "027fa0"
13+
# Semantic Types
14+
- name: type/digest
15+
color: "ffeC19"
16+
- name: type/patch
17+
color: "ffeC19"
18+
- name: type/minor
19+
color: "ff9800"
20+
- name: type/major
21+
color: "f6412d"
22+
# Uncategorized
23+
- name: hold
24+
color: "ee0701"

.github/renovate.json5

-26
This file was deleted.

.github/scripts/json-to-yaml.py

-27
This file was deleted.

0 commit comments

Comments
 (0)