Compare commits

..

3 Commits

Author SHA1 Message Date
1e7a9fd72a Add .drone.yml 2022-10-26 16:15:45 +02:00
cb92047197 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/rawpotion/deployment/pulls/1
2022-10-26 10:16:14 +00:00
1384a04648 Add renovate.json
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build is passing
2022-10-26 10:06:18 +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"
}