Compare commits

...

3 Commits

Author SHA1 Message Date
1e658408e3 Add .drone.yml 2022-10-26 16:14:51 +02:00
936e7f7396 Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: https://git.front.kjuulh.io/clank/blog/pulls/1
2022-10-26 10:16:46 +00:00
aabbd80fbf Add renovate.json
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-10-26 09:56:40 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,6 @@ type: docker
name: "test"
steps:
- name: test
image: bash
image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest
commands:
- echo 'Run tests'

3
renovate.json Normal file
View File

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