From 71a0fa97e687d5acbf651c1e63b7f8e8c41a28ed Mon Sep 17 00:00:00 2001 From: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com> Date: Fri, 9 Aug 2024 10:43:42 +0200 Subject: [PATCH] imp(ci): Disable dependabot temporarily (#35) --- .github/dependabot.yml | 22 ---------------------- CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 .github/dependabot.yml 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 b3256e2d..d3be280a 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.