Compare commits

...

4 Commits

Author SHA1 Message Date
ea45b64139 Merge pull request 'Configure Renovate' (#17) from renovate/configure into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #17
2023-05-19 18:51:49 +00:00
07f9f4c5eb Add renovate.json
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-10-26 15:02:47 +00:00
2070568dd2
Add .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
2022-10-26 16:16:42 +02:00
f3da3246c9
Add .drone.yml
All checks were successful
continuous-integration/drone Build is passing
2022-10-26 11:30:18 +02: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"
}