fix: renovate default package name
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 48s

This commit is contained in:
2024-10-05 00:05:06 +02:00
parent fd6c68a71b
commit c42737cdf4
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/css/tailwind.css
static/js/htmx.min.js static/js/htmx.min.js
tmp/ tmp/
mocks/
mocks/*
!mocks/default.go

View File

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

1
mocks/default.go Normal file
View File

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