Compare commits

...

2 Commits

Author SHA1 Message Date
renovate-bot
c951503bf8 Add renovate.json
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-15 08:49:27 +00:00
ee3c2731e1
🚑 Fix pipeline
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2021-12-15 09:49:11 +01:00
2 changed files with 6 additions and 2 deletions

View File

@ -30,8 +30,6 @@ steps:
registry: harbor.sebclem.fr registry: harbor.sebclem.fr
tags: latest tags: latest
when: when:
branch:
- main
target: target:
- production - production

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}