Skip to content

Commit 139cb02

Browse files
authored
Merge pull request #25 from tri-adam/dependabot
Automate Dependency Updates
2 parents 9d593de + 0550f6e commit 139cb02

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: .dependabot/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 1
2+
3+
update_configs:
4+
- package_manager: go:modules
5+
directory: /
6+
update_schedule: daily

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Build Status](https://circleci.com/gh/sylabs/scs-build-client.svg?style=shield)](https://circleci.com/gh/sylabs/workflows/scs-build-client)
55
[![Code Coverage](https://codecov.io/gh/sylabs/scs-build-client/branch/master/graph/badge.svg)](https://codecov.io/gh/sylabs/scs-build-client)
66
[![Go Report Card](https://goreportcard.com/badge/github.com/sylabs/scs-build-client)](https://goreportcard.com/report/github.com/sylabs/scs-build-client)
7+
[![Dependabot](https://api.dependabot.com/badges/status?host=github&repo=sylabs/scs-build-client)](https://app.dependabot.com/accounts/sylabs/repos/179390912)
78

89
This project provides a Go client for the Singularity Container Services (SCS) Build Service.
910

0 commit comments

Comments
 (0)