diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2e5858b..832b5f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,11 @@ updates: schedule: interval: "weekly" + - package-ecosystem: "gomod" + directory: "/examples/01_sns" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/README.md b/README.md index ce4dee9..3cb8a0b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![Go Reference](https://pkg.go.dev/badge/github.com/nikolayk812/pgx-outbox.svg)](https://pkg.go.dev/github.com/nikolayk812/pgx-outbox) ![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Coverage Status](https://coveralls.io/repos/github/nikolayk812/pgx-outbox/badge.svg)](https://coveralls.io/github/nikolayk812/pgx-outbox) +[![Dependabot Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/nikolayk812/pgx-outbox/network/updates) + ![Project Logo](./internal/logo.png)