Skip to content

Commit 007e732

Browse files
authored
Merge pull request #44 from sylabs/dependabot/add-v2-config-file
Update Dependabot config file
2 parents 2abb0c1 + 7ce0a0c commit 007e732

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.dependabot/config.yml

-6
This file was deleted.

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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)
87

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

0 commit comments

Comments
 (0)