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.