feat: migrate existing configs #1
13
README.md
13
README.md
@@ -5,12 +5,13 @@ Reusable renovate configs, covering a number of use cases and opinionated "best
|
|||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
Your renovate.json
|
Your renovate.json
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"local>t.behrendt/renovate-configs:helm#1.0.0",
|
"local>t.behrendt/renovate-configs:helm#1.0.0",
|
||||||
"local>t.behrendt/renovate-configs:k8s#1.0.0"
|
"local>t.behrendt/renovate-configs:k8s#1.0.0"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -30,3 +31,7 @@ Requires values to be in the "./values" directory. Supports both yaml and yaml.g
|
|||||||
## Action
|
## Action
|
||||||
|
|
||||||
Keeps your Gitea actions up-to-date. Also always pins to a commit hash, prevening attack vectors utilizing tag reusal.
|
Keeps your Gitea actions up-to-date. Also always pins to a commit hash, prevening attack vectors utilizing tag reusal.
|
||||||
|
|
||||||
|
## Docker Compose
|
||||||
|
|
||||||
|
Keeps Docker Compose service images up-to-date. Also always pins to a digest hash.
|
||||||
|
|||||||
Reference in New Issue
Block a user