Update to ignore a version of eleventy-plugin-rss that is too new. (#273)

From: https://www.11ty.dev/docs/plugins/rss/#installation
v2 of this this plugin requires Eleventy v3.0 or newer.
v1 of this plugin is compatible with Eleventy 0.11 or newer.

This change tells dependabot not to go over v1.2.0
This commit is contained in:
Rik 2024-08-14 12:08:16 -07:00 committed by GitHub
parent 693a35f864
commit 855a3861df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,4 +12,7 @@ updates:
ignore:
- dependency-name: "@sindresorhus/slugify"
# For slugify, ignore all updates.
- dependency-name: "@11ty/eleventy-plugin-rss"
versions [ "^1.2.0" ]