-
-
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.
Signed-off-by: clux <[email protected]>
- Loading branch information
Showing
6 changed files
with
14 additions
and
24 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
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 |
---|---|---|
@@ -1,13 +1,5 @@ | ||
# renovate | ||
|
||
A personal `renovate` setup running against select repos in `kube-rs` and `clux`'s repos. | ||
A small `renovate` setup for a daily upgrade job against a select set of repositories. | ||
|
||
## Secrets | ||
|
||
- [Fine grained minimal renovate token](https://docs.renovatebot.com/modules/platform/github/#running-using-a-fine-grained-token) for [kube-rs](https://github.com/kube-rs) via @sszynrae. kube-rs org has to approve the PAT. | ||
|
||
- [Classic PAT](https://docs.renovatebot.com/modules/platform/github/#authentication) for @clux's repos via @sszynrae (need to invite sszynrae as collaborator and opt-in repos in clux.yaml). | ||
|
||
## Image | ||
|
||
Built from [clux/renovate](https://github.com/clux/renovate). | ||
Runs image from [clux/renovate](https://github.com/clux/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
--- | ||
# Cronjob instance for clux | ||
renovate: | ||
repositories: ['"clux/renovate"'] | ||
fullnameOverride: 'renovate-clux' | ||
envFrom: | ||
# Classic PAT https://docs.renovatebot.com/modules/platform/github/#authentication | ||
# For clux's repos via sszynrae. Have to sszynrae as collaborator to the repos. | ||
- secretRef: | ||
name: renovate-ssz-pat-classic |
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,6 +1,10 @@ | ||
--- | ||
# Cronjob instance for kube-rs | ||
renovate: | ||
repositories: ['"kube-rs/k8s-pb"'] | ||
fullnameOverride: 'renovate-kube' | ||
envFrom: | ||
# Fine grained, minimal renovate token https://docs.renovatebot.com/modules/platform/github/#running-using-a-fine-grained-token | ||
# For kube-rs org via sszynrae. kube-rs org has to approve the PAT. | ||
- secretRef: | ||
name: renovate-kube-pat |
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