Compare commits

...

3 Commits
main ... main

2 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@ kind: pipeline
name: linters
steps:
- name: run shellcheck
image: koalaman/shellcheck-alpine:v0.7.1
image: koalaman/shellcheck-alpine:v0.9.0
commands:
- shellcheck abra-hetzner
trigger:

3
renovate.json Normal file
View File

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}