Skip to content

Commit

Permalink
enable dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Mar 21, 2023
1 parent 9d3fa3d commit cb03582
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: daily
commit-message:
prefix: "[gomod] "
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
commit-message:
prefix: "[gh-actions] "
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: daily
commit-message:
prefix: "[docker] "
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[![Coverage Status](https://coveralls.io/repos/github/jandelgado/golang-ci-template-github-actions/badge.svg?branch=master)](https://coveralls.io/github/jandelgado/golang-ci-template-github-actions?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/jandelgado/golang-ci-template-github-actions)](https://goreportcard.com/report/github.com/jandelgado/golang-ci-template-github-actions)


<!-- vim-markdown-toc GFM -->

* [Info](#info)
* [Dependabot](#dependabot)
* [Creating a release](#creating-a-release)
* [Test coverage (coveralls)](#test-coverage-coveralls)
* [Author](#author)
Expand Down Expand Up @@ -38,6 +38,12 @@ $ docker run --rm ghcr.io/jandelgado/golang-ci-template-github-actions:latest
hello, world!
```

## Dependabot

We use [dependabot](https://docs.github.com/en/code-security/dependabot) to
both keep the go dependencies as well as the used github action up-to-date.
The configuration can be found [here](.github/dependabot.yml).

## Creating a release

A new release is created by creating a git tag and pushing it, e.g.:
Expand Down Expand Up @@ -71,5 +77,6 @@ with the test coverage to affected pull requests:

## Author

(c) copyright 2021 by Jan Delgado
(c) copyright 2021 by Jan Delgado, License MIT


0 comments on commit cb03582

Please sign in to comment.