Skip to content

Commit f8915fe

Browse files
authored
Merge pull request #1 from jonashackt/renovate/configure
Configure Renovate
2 parents b14a197 + cb7aa72 commit f8915fe

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# docker-hello-world
22
[![Build Status](https://github.com/jonashackt/docker-hello-world/workflows/publish/badge.svg)](https://github.com/jonashackt/docker-hello-world/actions)
3+
[![renovateenabled](https://img.shields.io/badge/renovate-enabled-yellow)](https://renovatebot.com)
34

45
Example hello world container showing how to use GitHub Container Registry
56

@@ -19,7 +20,7 @@ Well I thought why not crafting a simple and small `hello-world` image and publi
1920
__TLDR;__ Simply run it with:
2021

2122
```shell
22-
docker run ghcr.io/jonashackt/hello-world:latest
23+
docker run ghcr.io/jonashackt/hello-world
2324
```
2425

2526
### A simple Go executable

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
],
5+
"automerge": true,
6+
"automergeType": "branch",
7+
"major": {
8+
"automerge": false
9+
}
10+
}

0 commit comments

Comments
 (0)