Unverified Commit 24c0783e authored by Arash Khazaei's avatar Arash Khazaei Committed by GitHub
Browse files

Change to dependabot config to only upgrade patch version of tendermint (#806)

* ignore tendermint major and minor version upgrade

* 791 change dependabot config
parent b25b4ea5
Showing with 4 additions and 0 deletions
+4 -0
......@@ -4,4 +4,7 @@ updates:
directory: "/"
schedule:
interval: daily
ignore:
- dependency-name: "github.com/tendermint/tendermint"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
open-pull-requests-limit: 10
......@@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#765](https://github.com/osmosis-labs/osmosis/pull/765) Fix a bug in `Makefile` regarding the location of localtestnet docker image.
- [#795](https://github.com/osmosis-labs/osmosis/pull/795) Annotate app.go
- [#791](https://github.com/osmosis-labs/osmosis/pull/791) Change to dependabot config to only upgrade patch version of tendermint
## Features
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment