Compare commits

...

3 Commits

Author SHA1 Message Date
e1ba21868e Add .drone.yml 2022-10-26 16:15:39 +02:00
bc9d00ab9a 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/kjuulh/cuddle-test-repo/pulls/1
2022-10-26 10:16:28 +00:00
9f2700821b Add renovate.json
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-10-26 10:03:33 +00:00
2 changed files with 4 additions and 1 deletions

View File

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

3
renovate.json Normal file
View File

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