Skip to content

Commit

Permalink
chore: Adding dependabot (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandoche authored Sep 12, 2023
1 parent b433037 commit bb651a9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
- package-ecosystem: docker
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
open-pull-requests-limit: 10
reviewers:
- sandoche
- Mrsirdev
- facs95
- package-ecosystem: gomod
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
open-pull-requests-limit: 10
reviewers:
- sandoche
- Mrsirdev
- facs95
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ Ref: https://keepachangelog.com/en/1.0.0/

## Unreleased

### Improvements

- (chore) [fse-536] Adding dependabot
- (chore) [fse-546] Upgrading docker version
- (ci) [fse-673] Deleting codeball
- (ci) [fse-478] Updating github actions and versions
- (ci) [#5](https://github.com/evmos/backend/pull/5) RPC server refactor

### Improvements

- (ci) [#107](https://github.com/evmos/backend/pull/107) Add golangci linter.

0 comments on commit bb651a9

Please sign in to comment.