fix: renovate default package name
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
1
mocks/default.go
Normal file
@@ -0,0 +1 @@
|
|||||||
|
package mocks
|
||||||
Reference in New Issue
Block a user