Skip to content

Commit

Permalink
Add dependabot entry for the new module
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu committed Nov 12, 2020
1 parent 2fed715 commit 446a33e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ updates:
# Add assignees
assignees:
- "bogdandrutu"
- package-ecosystem: "gomod"
directory: "/internal/tools"
schedule:
interval: "daily"
# Add assignees
assignees:
- "bogdandrutu"
5 changes: 1 addition & 4 deletions internal/empty.go → internal/tools/empty.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package internal

// This file is needed to please `go list` which otherwise complains that tools.go is
// only file in this package and that build constraints exclude it.
package tools

0 comments on commit 446a33e

Please sign in to comment.