diff --git a/README.md b/README.md index 50fc92c..657b5f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # helpers -[![Build Status](https://img.shields.io/drone/build/xoxys/thegeeklab?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/xoxys/helpers) +[![Build Status](https://img.shields.io/drone/build/xoxys/helpers?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/xoxys/helpers) Collection of shell helpers, snippets and command cheatcheets for recurring tasks. Most of the things in this repository don't work out of the box and don't have proper error handling. Think before you use them! diff --git a/renovate.json b/renovate.json index 5f02575..7190a60 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,3 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>thegeeklab/renovate-presets:docker"] + "$schema": "https://docs.renovatebot.com/renovate-schema.json" }