fix: renovate default package name #207

Merged
tim merged 1 commits from 181-mockery into master 2024-10-04 22:09:13 +00:00
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