diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 0a37da33..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,22 +0,0 @@ -version: 2 -updates: - - package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily - time: "10:00" - open-pull-requests-limit: 10 - labels: - - dependencies - - package-ecosystem: docker - directory: "/" - schedule: - interval: daily - time: "10:00" - open-pull-requests-limit: 10 - - package-ecosystem: gomod - directory: "/" - schedule: - interval: daily - time: "10:00" - open-pull-requests-limit: 10 diff --git a/CHANGELOG.md b/CHANGELOG.md index a098c2be..910e2297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ This changelog was created using the `clu` binary ### Improvements - (all) [#30](https://github.com/evmos/os/pull/30) Add example chain implementation and ante handlers. +- (ci) [#35](https://github.com/evmos/os/pull/35) Disable dependabot temporarily. - (contracts) [#24](https://github.com/evmos/os/pull/24) Add contracts directory and compilation script. - (cli) [#23](https://github.com/evmos/os/pull/23) Add client, cmd and version packages. - (server) [#22](https://github.com/evmos/os/pull/22) Add server implementation.