feat: add default

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2025-01-06 21:13:42 +01:00
commit abda1b4d7b
4 changed files with 22 additions and 0 deletions

2
.drone.yml Normal file
View File

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

1
.gitignore vendored Normal file
View File

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

16
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: "orbis"
registry: kasperhermansen
please:
project:
owner: kjuulh
repository: "orbis"
branch: main
settings:
api_url: https://git.front.kjuulh.io

3
renovate.json Normal file
View File

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