-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Dependentbot action and reworking the CA creation logic (#16)
* Update supported Linkerd version Signed-off-by: Denis Arslanbekov <[email protected]> * Added CODEOWNERS Signed-off-by: Denis Arslanbekov <[email protected]> * Added dependabot Signed-off-by: Denis Arslanbekov <[email protected]> * Added stale action Signed-off-by: Denis Arslanbekov <[email protected]> * Update github-action (added build for arm64 arch) Signed-off-by: Denis Arslanbekov <[email protected]> * Update helm-chart Signed-off-by: Denis Arslanbekov <[email protected]> --------- Signed-off-by: Denis Arslanbekov <[email protected]>
- Loading branch information
1 parent
2bf70b6
commit f139605
Showing
10 changed files
with
110 additions
and
34 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 @@ | ||
* @aatarasoff |
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,25 @@ | ||
--- | ||
version: 2 | ||
updates: | ||
- package-ecosystem: gomod | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
labels: | ||
- dependencies | ||
- go | ||
- package-ecosystem: github-actions | ||
directory: "/" | ||
rebase-strategy: disabled | ||
schedule: | ||
interval: weekly | ||
labels: | ||
- dependencies | ||
- github_actions | ||
- package-ecosystem: docker | ||
directory: "/injector" | ||
schedule: | ||
interval: weekly | ||
labels: | ||
- dependencies | ||
- docker |
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,19 @@ | ||
--- | ||
daysUntilStale: 21 | ||
daysUntilClose: 7 | ||
exemptLabels: | ||
- on-hold | ||
|
||
staleLabel: stale | ||
|
||
issues: | ||
markComment: > | ||
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. | ||
closeComment: > | ||
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. | ||
pulls: | ||
markComment: > | ||
This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution. | ||
closeComment: > | ||
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Pull Request. Do not hesitate to reopen it later if necessary. | ||
limitPerRun: 30 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,4 +106,4 @@ spec: | |
{{- end }} | ||
{{- end }} | ||
{{- end }} | ||
{{ end }} | ||
{{ end }} |
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