fix: renovate default package name

This commit is contained in:
2024-10-05 00:05:06 +02:00
committed by Tim Wundenberg
parent 008f1076da
commit abb5da3ffd
3 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View File

@@ -32,4 +32,6 @@ node_modules/
static/css/tailwind.css
static/js/htmx.min.js
tmp/
mocks/
mocks/*
!mocks/default.go

View File

@@ -1,5 +1,6 @@
with-expecter: True
dir: mocks/
outpkg: mocks
packages:
me-fit/db:
interfaces:

1
mocks/default.go Normal file
View File

@@ -0,0 +1 @@
package mocks