fix(deps): update all dependencies #3

Merged
kjuulh merged 4 commits from renovate/all into main 2024-04-08 22:05:39 +02:00
5 changed files with 33 additions and 0 deletions
Showing only changes of commit 6cf2ff56a3 - Show all commits

View File

@ -5,6 +5,17 @@ base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-plan.git"
vars: vars:
service: "como-web" service: "como-web"
deployments: "git@git.front.kjuulh.io:como/deployments.git" deployments: "git@git.front.kjuulh.io:como/deployments.git"
registry: "kasperhermansen"
please:
project:
owner: kjuulh
repository: "como-web"
branch: main
settings:
api_url: https://git.front.kjuulh.io
scripts: scripts:
render_como_templates: render_como_templates:

2
something/.drone.yml Normal file
View File

@ -0,0 +1,2 @@
kind: template
load: cuddle-empty-plan.yaml

1
something/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.cuddle/

16
something/cuddle.yaml Normal file
View File

@ -0,0 +1,16 @@
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
base: "git@git.front.kjuulh.io:kjuulh/cuddle-empty-plan.git"
vars:
service: "como-web"
registry: kasperhermansen
please:
project:
owner: kjuulh
repository: "como-web"
branch: main
settings:
api_url: https://git.front.kjuulh.io

3
something/renovate.json Normal file
View File

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