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 19, 2020
1 parent c9a562b commit de429f2
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 @@ -29,3 +29,10 @@ updates:
interval: "daily"
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 de429f2

Please sign in to comment.