fix: renovate default package name
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 57s
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 57s
This commit was merged in pull request #207.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -32,4 +32,6 @@ node_modules/
|
||||
static/css/tailwind.css
|
||||
static/js/htmx.min.js
|
||||
tmp/
|
||||
mocks/
|
||||
|
||||
mocks/*
|
||||
!mocks/default.go
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
with-expecter: True
|
||||
dir: mocks/
|
||||
outpkg: mocks
|
||||
packages:
|
||||
me-fit/db:
|
||||
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