feat: add please
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-04-08 22:05:00 +02:00
parent 87c1a1fdb2
commit 6cf2ff56a3
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
5 changed files with 33 additions and 0 deletions

View File

@ -5,6 +5,17 @@ base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-plan.git"
vars:
service: "como-web"
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:
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"
}