diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6589ea8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f1cdb..061adcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.4] - 2021-10-19 + +### Added + +- Dependabot configuration + ## [0.3.3] - 2021-10-07 ### Added diff --git a/README.md b/README.md index 2a3681f..d8d47f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OSPO Project Template -[![OSS Template Version](https://img.shields.io/badge/OSS%20Template-0.3.3-7f187f.svg)](https://github.com/wayfair-incubator/oss-template/blob/main/CHANGELOG.md) +[![OSS Template Version](https://img.shields.io/badge/OSS%20Template-0.3.4-7f187f.svg)](https://github.com/wayfair-incubator/oss-template/blob/main/CHANGELOG.md) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md) ## Before You Start