From a10d0f235c28e73ad5a6b9e911635cfe37fe9552 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 21 Jun 2020 02:36:29 -0400 Subject: [PATCH] Fix CI badge (#3) --- .dependabot/config.yml | 11 +++++++++++ .github/workflows/{ci.yaml => ci.yml} | 0 .github/workflows/{release.yaml => release.yml} | 0 README.md | 4 +++- 4 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .dependabot/config.yml rename .github/workflows/{ci.yaml => ci.yml} (100%) rename .github/workflows/{release.yaml => release.yml} (100%) diff --git a/.dependabot/config.yml b/.dependabot/config.yml new file mode 100644 index 0000000..877489e --- /dev/null +++ b/.dependabot/config.yml @@ -0,0 +1,11 @@ +# https://dependabot.com/docs/config-file/ + +version: 1 +update_configs: + - package_manager: "rust:cargo" + directory: "/" + update_schedule: "live" + automerged_updates: + - match: + dependency_type: "all" + update_type: "semver:patch" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yml similarity index 100% rename from .github/workflows/ci.yaml rename to .github/workflows/ci.yml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yml similarity index 100% rename from .github/workflows/release.yaml rename to .github/workflows/release.yml diff --git a/README.md b/README.md index 02faded..9890b03 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # rfd-notify -![](https://github.com/davegallant/rfd-notify/workflows/.github/workflows/ci.yml/badge.svg) +![](https://github.com/davegallant/rfd-notify/workflows/ci/badge.svg) +[![Dependabot](https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot)](https://dependabot.com/) + This tool looks for regular expressions from [RedFlagDeals.com forums](https://forums.redflagdeals.com/hot-deals-f9/) and will send emails based on matches.