Skip to content

Commit

Permalink
disable dependabot (#737)
Browse files Browse the repository at this point in the history
* disable dependabot

* Update README.md
  • Loading branch information
decentralgabe authored Feb 5, 2024
1 parent 692487f commit 9469ac2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
# version: 2
# updates:
# - package-ecosystem: "gomod" # See documentation for possible values
# directory: "/" # Location of package manifests
# schedule:
# interval: "weekly"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
⚠️ This repository is not actively being maintained. If you are interested in adopting it, please open an issue. ⚠️

[![godoc ssi-service](https://img.shields.io/badge/godoc-ssi--service-blue)](https://github.com/TBD54566975/ssi-service)
[![go version 1.21.5](https://img.shields.io/badge/go_version-1.21.5-brightgreen)](https://go.dev/)
[![license Apache 2](https://img.shields.io/badge/license-Apache%202-black)](https://github.com/TBD54566975/ssi-service/blob/main/LICENSE)
Expand Down

0 comments on commit 9469ac2

Please sign in to comment.