diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 0a37da3..0000000 --- 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 b3256e2..d3be280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This changelog was created using the `clu` binary ### Improvements +- (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.