Compare commits

...

4 Commits

Author SHA1 Message Date
ac770347a4 Add .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-26 16:17:06 +02:00
bde4a2437f Add .drone.yml
Some checks reported errors
continuous-integration/drone Build encountered an error
2022-10-26 11:30:40 +02:00
64531b483d Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
Reviewed-on: https://git.front.kjuulh.io/kjuulh/scel-deploy/pulls/1
2022-10-25 21:01:20 +00:00
627831e830 Add renovate.json 2022-10-25 20:59:43 +00:00
2 changed files with 12 additions and 0 deletions

9
.drone.yml Executable file
View File

@@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: "test"
steps:
- name: test
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"
}